Html Css Color HEX #CC7730 Bronze

📋 copy color: '#CC7730'

red 204 ◦ green 119 ◦ blue 48

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

Shades of Bronze #CC7730

Tints of Bronze #CC7730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 54.99%
G = 32.08%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC7730 (or 0xCC7730) is known color: Bronze. HEX triplet: CC, 77 and 30. RGB value is (204,119,48). Sum of RGB (Red+Green+Blue) = 204+119+48=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7730 is #3388CF. Grayscale: #888888. Windows color (decimal): -3377360 or 3176396. OLE color: 3176396.

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

Color convert

RGB 204 119 48 -
CMYK 0 0.42 0.76 0.2
HSL 27.31º 0.62% 0.49% -
HSV(B) 27.31º 0.76% 0.8% -
XYZ 32.03 26.24 6.17 -
YUV 136.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 204 119 48 0 0.42 0.76 0.2 27.31 0.62 0.49
Hex CC 77 30 0 2A 4C 14 1B 3E 31
Octal 314 167 60 0 52 114 24 33 76 61
Binary 11001100 1110111 110000 0 101010 1001100 10100 11011 111110 110001

Color Harmonies of #CC7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7730

Black with #CC7730

Text Example


Text Example

White with #CC7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7730; }

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

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

background-color css

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

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

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

border-color css

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

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

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