Html Css Color HEX #D7752F Tango

📋 copy color: '#D7752F'

red 215 ◦ green 117 ◦ blue 47

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

Shades of Tango #D7752F

Tints of Tango #D7752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 56.73%
G = 30.87%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7752F (or 0xD7752F) is known color: Tango. HEX triplet: D7, 75 and 2F. RGB value is (215,117,47). Sum of RGB (Red+Green+Blue) = 215+117+47=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7752F is #288AD0. Grayscale: #8A8A8A. Windows color (decimal): -2656977 or 3110359. OLE color: 3110359.

HSL color Cylindrical-coordinate representation of color #D7752F: hue angle of 25º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7752F is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 47 -
CMYK 0 0.46 0.78 0.16
HSL 25º 0.68% 0.51% -
HSV(B) 25º 0.78% 0.84% -
XYZ 34.9 27.37 6.13 -
YUV 138.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 215 117 47 0 0.46 0.78 0.16 25 0.68 0.51
Hex D7 75 2F 0 2E 4E 10 19 44 33
Octal 327 165 57 0 56 116 20 31 104 63
Binary 11010111 1110101 101111 0 101110 1001110 10000 11001 1000100 110011

Color Harmonies of #D7752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7752F

Black with #D7752F

Text Example


Text Example

White with #D7752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7752F; }

 p { color: rgb(215,117,47); }

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

background-color css

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

 a { background-color: rgb(215,117,47); }

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

border-color css

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

 span { border-color: rgb(215,117,47); }

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