Html Css Color HEX #D77C34 Bronze

📋 copy color: '#D77C34'

red 215 ◦ green 124 ◦ blue 52

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

Shades of Bronze #D77C34

Tints of Bronze #D77C34

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 54.99%
G = 31.71%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D77C34 (or 0xD77C34) is known color: Bronze. HEX triplet: D7, 7C and 34. RGB value is (215,124,52). Sum of RGB (Red+Green+Blue) = 215+124+52=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C34 is #2883CB. Grayscale: #8F8F8F. Windows color (decimal): -2655180 or 3439831. OLE color: 3439831.

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

Color convert

RGB 215 124 52 -
CMYK 0 0.42 0.76 0.16
HSL 26.5º 0.67% 0.52% -
HSV(B) 26.5º 0.76% 0.84% -
XYZ 35.85 29.11 6.98 -
YUV 143 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 215 124 52 0 0.42 0.76 0.16 26.5 0.67 0.52
Hex D7 7C 34 0 2A 4C 10 1B 43 34
Octal 327 174 64 0 52 114 20 33 103 64
Binary 11010111 1111100 110100 0 101010 1001100 10000 11011 1000011 110100

Color Harmonies of #D77C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C34

Black with #D77C34

Text Example


Text Example

White with #D77C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C34; }

 p { color: rgb(215,124,52); }

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

background-color css

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

 a { background-color: rgb(215,124,52); }

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

border-color css

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

 span { border-color: rgb(215,124,52); }

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