Html Css Color HEX #C7785F Japonica

📋 copy color: '#C7785F'

red 199 ◦ green 120 ◦ blue 95

#C7785F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #C7785F

Tints of Japonica #C7785F

RGB

 RED value IS 199 (78.13% from 255) = 48.07%

 GREEN value IS 120 (47.27% from 255) = 28.99%

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 48.07%
G = 28.99%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C7785F (or 0xC7785F) is known color: Japonica. HEX triplet: C7, 78 and 5F. RGB value is (199,120,95). Sum of RGB (Red+Green+Blue) = 199+120+95=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7785F is #3887A0. Grayscale: #8C8C8C. Windows color (decimal): -3704737 or 6256839. OLE color: 6256839.

HSL color Cylindrical-coordinate representation of color #C7785F: hue angle of 14.42º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7785F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 120 95 -
CMYK 0 0.40 0.52 0.22
HSL 14.42º 0.48% 0.58% -
HSV(B) 14.42º 0.52% 0.78% -
XYZ 32.34 26.4 14.22 -
YUV 140.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 199 120 95 0 0.40 0.52 0.22 14.42 0.48 0.58
Hex C7 78 5F 0 28 34 16 E 30 3A
Octal 307 170 137 0 50 64 26 16 60 72
Binary 11000111 1111000 1011111 0 101000 110100 10110 1110 110000 111010

Color Harmonies of #C7785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7785F

Black with #C7785F

Text Example


Text Example

White with #C7785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7785F; }

 p { color: rgb(199,120,95); }

 H1.HeaderClassName
 {
   color: #C7785F;
 }
 .AnyTagClassName
 {
   color: #C7785F;
 }
</style>

background-color css

<style>
 a { background-color: #C7785F; }

 a { background-color: rgb(199,120,95); }

 div.DivClassName
 {
   background-color: #C7785F;
 }
 .BgClassName
 {
   background-color: #C7785F;
 }
</style>

border-color css

<style>
 span { border-color: #C7785F; }

 span { border-color: rgb(199,120,95); }

 td.TdClassName
 {
   border-color: #C7785F;
 }
 .TagClassName
 {
   border-color: #C7785F;
 }
</style>