Html Css Color HEX #D7AB76 Putty

📋 copy color: '#D7AB76'

red 215 ◦ green 171 ◦ blue 118

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

Shades of Putty #D7AB76

Tints of Putty #D7AB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 42.66%
G = 33.93%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D7AB76 (or 0xD7AB76) is known color: Putty. HEX triplet: D7, AB and 76. RGB value is (215,171,118). Sum of RGB (Red+Green+Blue) = 215+171+118=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB76 is #285489. Grayscale: #B2B2B2. Windows color (decimal): -2643082 or 7777239. OLE color: 7777239.

HSL color Cylindrical-coordinate representation of color #D7AB76: hue angle of 32.78º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7AB76 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 118 -
CMYK 0 0.20 0.45 0.16
HSL 32.78º 0.55% 0.65% -
HSV(B) 32.78º 0.45% 0.84% -
XYZ 45.86 44.88 23.39 -
YUV 178.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 215 171 118 0 0.20 0.45 0.16 32.78 0.55 0.65
Hex D7 AB 76 0 14 2D 10 21 37 41
Octal 327 253 166 0 24 55 20 41 67 101
Binary 11010111 10101011 1110110 0 10100 101101 10000 100001 110111 1000001

Color Harmonies of #D7AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB76

Black with #D7AB76

Text Example


Text Example

White with #D7AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB76; }

 p { color: rgb(215,171,118); }

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

background-color css

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

 a { background-color: rgb(215,171,118); }

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

border-color css

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

 span { border-color: rgb(215,171,118); }

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