Html Css Color HEX #CC772E Bronze

📋 copy color: '#CC772E'

red 204 ◦ green 119 ◦ blue 46

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

Shades of Bronze #CC772E

Tints of Bronze #CC772E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 55.28%
G = 32.25%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC772E (or 0xCC772E) is known color: Bronze. HEX triplet: CC, 77 and 2E. RGB value is (204,119,46). Sum of RGB (Red+Green+Blue) = 204+119+46=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC772E is #3388D1. Grayscale: #888888. Windows color (decimal): -3377362 or 3045324. OLE color: 3045324.

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

Color convert

RGB 204 119 46 -
CMYK 0 0.42 0.77 0.2
HSL 27.72º 0.63% 0.49% -
HSV(B) 27.72º 0.77% 0.8% -
XYZ 31.99 26.23 5.96 -
YUV 136.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 204 119 46 0 0.42 0.77 0.2 27.72 0.63 0.49
Hex CC 77 2E 0 2A 4D 14 1C 3F 31
Octal 314 167 56 0 52 115 24 34 77 61
Binary 11001100 1110111 101110 0 101010 1001101 10100 11100 111111 110001

Color Harmonies of #CC772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC772E

Black with #CC772E

Text Example


Text Example

White with #CC772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC772E; }

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

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

background-color css

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

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

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

border-color css

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

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

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