Html Css Color HEX #C77742 Zest

📋 copy color: '#C77742'

red 199 ◦ green 119 ◦ blue 66

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

Shades of Zest #C77742

Tints of Zest #C77742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 51.82%
G = 30.99%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C77742 (or 0xC77742) is known color: Zest. HEX triplet: C7, 77 and 42. RGB value is (199,119,66). Sum of RGB (Red+Green+Blue) = 199+119+66=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77742 is #3888BD. Grayscale: #898989. Windows color (decimal): -3705022 or 4356039. OLE color: 4356039.

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

Color convert

RGB 199 119 66 -
CMYK 0 0.40 0.67 0.22
HSL 23.91º 0.54% 0.52% -
HSV(B) 23.91º 0.67% 0.78% -
XYZ 31.13 25.73 8.48 -
YUV 136.88 88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 199 119 66 0 0.40 0.67 0.22 23.91 0.54 0.52
Hex C7 77 42 0 28 43 16 18 36 34
Octal 307 167 102 0 50 103 26 30 66 64
Binary 11000111 1110111 1000010 0 101000 1000011 10110 11000 110110 110100

Color Harmonies of #C77742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77742

Black with #C77742

Text Example


Text Example

White with #C77742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77742; }

 p { color: rgb(199,119,66); }

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

background-color css

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

 a { background-color: rgb(199,119,66); }

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

border-color css

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

 span { border-color: rgb(199,119,66); }

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