Html Css Color HEX #D77F37 Bronze

📋 copy color: '#D77F37'

red 215 ◦ green 127 ◦ blue 55

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

Shades of Bronze #D77F37

Tints of Bronze #D77F37

RGB

 RED value IS 215 (84.38% from 255) = 54.16%

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 55 (21.88% from 255) = 13.85%

R = 54.16%
G = 31.99%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D77F37 (or 0xD77F37) is known color: Bronze. HEX triplet: D7, 7F and 37. RGB value is (215,127,55). Sum of RGB (Red+Green+Blue) = 215+127+55=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F37 is #2880C8. Grayscale: #919191. Windows color (decimal): -2654409 or 3637207. OLE color: 3637207.

HSL color Cylindrical-coordinate representation of color #D77F37: hue angle of 27º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D77F37 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 55 -
CMYK 0 0.41 0.74 0.16
HSL 27º 0.67% 0.53% -
HSV(B) 27º 0.74% 0.84% -
XYZ 36.3 29.9 7.47 -
YUV 145.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 215 127 55 0 0.41 0.74 0.16 27 0.67 0.53
Hex D7 7F 37 0 29 4A 10 1B 43 35
Octal 327 177 67 0 51 112 20 33 103 65
Binary 11010111 1111111 110111 0 101001 1001010 10000 11011 1000011 110101

Color Harmonies of #D77F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F37

Black with #D77F37

Text Example


Text Example

White with #D77F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F37; }

 p { color: rgb(215,127,55); }

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

background-color css

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

 a { background-color: rgb(215,127,55); }

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

border-color css

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

 span { border-color: rgb(215,127,55); }

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