Html Css Color HEX #CC7734 Bronze

📋 copy color: '#CC7734'

red 204 ◦ green 119 ◦ blue 52

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

Shades of Bronze #CC7734

Tints of Bronze #CC7734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 54.4%
G = 31.73%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7734 (or 0xCC7734) is known color: Bronze. HEX triplet: CC, 77 and 34. RGB value is (204,119,52). Sum of RGB (Red+Green+Blue) = 204+119+52=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7734 is #3388CB. Grayscale: #898989. Windows color (decimal): -3377356 or 3438540. OLE color: 3438540.

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

Color convert

RGB 204 119 52 -
CMYK 0 0.42 0.75 0.2
HSL 26.45º 0.6% 0.5% -
HSV(B) 26.45º 0.75% 0.8% -
XYZ 32.12 26.28 6.63 -
YUV 136.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 204 119 52 0 0.42 0.75 0.2 26.45 0.6 0.5
Hex CC 77 34 0 2A 4B 14 1A 3C 32
Octal 314 167 64 0 52 113 24 32 74 62
Binary 11001100 1110111 110100 0 101010 1001011 10100 11010 111100 110010

Color Harmonies of #CC7734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7734

Black with #CC7734

Text Example


Text Example

White with #CC7734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7734; }

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

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

background-color css

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

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

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

border-color css

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

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

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