Html Css Color HEX #CC7738 Zest

📋 copy color: '#CC7738'

red 204 ◦ green 119 ◦ blue 56

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

Shades of Zest #CC7738

Tints of Zest #CC7738

RGB

 RED value IS 204 (80.08% from 255) = 53.83%

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

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 53.83%
G = 31.4%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7738 (or 0xCC7738) is known color: Zest. HEX triplet: CC, 77 and 38. RGB value is (204,119,56). Sum of RGB (Red+Green+Blue) = 204+119+56=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7738 is #3388C7. Grayscale: #898989. Windows color (decimal): -3377352 or 3700684. OLE color: 3700684.

HSL color Cylindrical-coordinate representation of color #CC7738: hue angle of 25.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC7738 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 119 56 -
CMYK 0 0.42 0.73 0.2
HSL 25.54º 0.59% 0.51% -
HSV(B) 25.54º 0.73% 0.8% -
XYZ 32.21 26.32 7.12 -
YUV 137.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 204 119 56 0 0.42 0.73 0.2 25.54 0.59 0.51
Hex CC 77 38 0 2A 49 14 1A 3B 33
Octal 314 167 70 0 52 111 24 32 73 63
Binary 11001100 1110111 111000 0 101010 1001001 10100 11010 111011 110011

Color Harmonies of #CC7738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7738

Black with #CC7738

Text Example


Text Example

White with #CC7738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7738; }

 p { color: rgb(204,119,56); }

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

background-color css

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

 a { background-color: rgb(204,119,56); }

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

border-color css

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

 span { border-color: rgb(204,119,56); }

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