Html Css Color HEX #759271 Davy's Grey

📋 copy color: '#759271'

red 117 ◦ green 146 ◦ blue 113

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

Shades of Davy's Grey #759271

Tints of Davy's Grey #759271

RGB

 RED value IS 117 (46.09% from 255) = 31.12%

 GREEN value IS 146 (57.42% from 255) = 38.83%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 31.12%
G = 38.83%
B = 30.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#759271 (or 0x759271) is known color: Davy's Grey. HEX triplet: 75, 92 and 71. RGB value is (117,146,113). Sum of RGB (Red+Green+Blue) = 117+146+113=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #759271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759271 is #8A6D8E. Grayscale: #858585. Windows color (decimal): -9072015 or 7443061. OLE color: 7443061.

HSL color Cylindrical-coordinate representation of color #759271: hue angle of 112.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759271 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 113 -
CMYK 0.20 0 0.23 0.43
HSL 112.73º 0.13% 0.51% -
HSV(B) 112.73º 0.23% 0.57% -
XYZ 20.6 25.53 19.47 -
YUV 133.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 117 146 113 0.20 0 0.23 0.43 112.73 0.13 0.51
Hex 75 92 71 14 0 17 2B 71 D 33
Octal 165 222 161 24 0 27 53 161 15 63
Binary 1110101 10010010 1110001 10100 0 10111 101011 1110001 1101 110011

Color Harmonies of #759271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759271

Black with #759271

Text Example


Text Example

White with #759271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759271; }

 p { color: rgb(117,146,113); }

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

background-color css

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

 a { background-color: rgb(117,146,113); }

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

border-color css

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

 span { border-color: rgb(117,146,113); }

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