Html Css Color HEX #C7762F Bronze

📋 copy color: '#C7762F'

red 199 ◦ green 118 ◦ blue 47

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

Shades of Bronze #C7762F

Tints of Bronze #C7762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 54.67%
G = 32.42%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7762F (or 0xC7762F) is known color: Bronze. HEX triplet: C7, 76 and 2F. RGB value is (199,118,47). Sum of RGB (Red+Green+Blue) = 199+118+47=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7762F is #3889D0. Grayscale: #868686. Windows color (decimal): -3705297 or 3110599. OLE color: 3110599.

HSL color Cylindrical-coordinate representation of color #C7762F: hue angle of 28.03º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7762F is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 118 47 -
CMYK 0 0.41 0.76 0.22
HSL 28.03º 0.62% 0.48% -
HSV(B) 28.03º 0.76% 0.78% -
XYZ 30.54 25.3 5.96 -
YUV 134.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 199 118 47 0 0.41 0.76 0.22 28.03 0.62 0.48
Hex C7 76 2F 0 29 4C 16 1C 3E 30
Octal 307 166 57 0 51 114 26 34 76 60
Binary 11000111 1110110 101111 0 101001 1001100 10110 11100 111110 110000

Color Harmonies of #C7762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7762F

Black with #C7762F

Text Example


Text Example

White with #C7762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7762F; }

 p { color: rgb(199,118,47); }

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

background-color css

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

 a { background-color: rgb(199,118,47); }

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

border-color css

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

 span { border-color: rgb(199,118,47); }

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