Html Css Color HEX #C77740 Zest

📋 copy color: '#C77740'

red 199 ◦ green 119 ◦ blue 64

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

Shades of Zest #C77740

Tints of Zest #C77740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.75%

R = 52.09%
G = 31.15%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C77740 (or 0xC77740) is known color: Zest. HEX triplet: C7, 77 and 40. RGB value is (199,119,64). Sum of RGB (Red+Green+Blue) = 199+119+64=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C77740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77740 is #3888BF. Grayscale: #888888. Windows color (decimal): -3705024 or 4224967. OLE color: 4224967.

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

Color convert

RGB 199 119 64 -
CMYK 0 0.40 0.68 0.22
HSL 24.44º 0.55% 0.52% -
HSV(B) 24.44º 0.68% 0.78% -
XYZ 31.08 25.71 8.17 -
YUV 136.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 199 119 64 0 0.40 0.68 0.22 24.44 0.55 0.52
Hex C7 77 40 0 28 44 16 18 37 34
Octal 307 167 100 0 50 104 26 30 67 64
Binary 11000111 1110111 1000000 0 101000 1000100 10110 11000 110111 110100

Color Harmonies of #C77740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77740

Black with #C77740

Text Example


Text Example

White with #C77740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77740; }

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

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

background-color css

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

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

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

border-color css

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

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

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