Html Css Color HEX #759673 Davy's Grey

📋 copy color: '#759673'

red 117 ◦ green 150 ◦ blue 115

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

Shades of Davy's Grey #759673

Tints of Davy's Grey #759673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 30.63%
G = 39.27%
B = 30.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#759673 (or 0x759673) is known color: Davy's Grey. HEX triplet: 75, 96 and 73. RGB value is (117,150,115). Sum of RGB (Red+Green+Blue) = 117+150+115=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #759673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759673 is #8A698C. Grayscale: #888888. Windows color (decimal): -9070989 or 7575157. OLE color: 7575157.

HSL color Cylindrical-coordinate representation of color #759673: hue angle of 116.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759673 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 115 -
CMYK 0.22 0 0.23 0.41
HSL 116.57º 0.14% 0.52% -
HSV(B) 116.57º 0.23% 0.59% -
XYZ 21.34 26.83 20.27 -
YUV 136.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 117 150 115 0.22 0 0.23 0.41 116.57 0.14 0.52
Hex 75 96 73 16 0 17 29 75 E 34
Octal 165 226 163 26 0 27 51 165 16 64
Binary 1110101 10010110 1110011 10110 0 10111 101001 1110101 1110 110100

Color Harmonies of #759673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759673

Black with #759673

Text Example


Text Example

White with #759673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759673; }

 p { color: rgb(117,150,115); }

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

background-color css

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

 a { background-color: rgb(117,150,115); }

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

border-color css

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

 span { border-color: rgb(117,150,115); }

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