Html Css Color HEX #759174 Davy's Grey

📋 copy color: '#759174'

red 117 ◦ green 145 ◦ blue 116

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

Shades of Davy's Grey #759174

Tints of Davy's Grey #759174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 30.95%
G = 38.36%
B = 30.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#759174 (or 0x759174) is known color: Davy's Grey. HEX triplet: 75, 91 and 74. RGB value is (117,145,116). Sum of RGB (Red+Green+Blue) = 117+145+116=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #759174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759174 is #8A6E8B. Grayscale: #858585. Windows color (decimal): -9072268 or 7639413. OLE color: 7639413.

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

Color convert

RGB 117 145 116 -
CMYK 0.19 0 0.2 0.43
HSL 117.93º 0.12% 0.51% -
HSV(B) 117.93º 0.2% 0.57% -
XYZ 20.61 25.29 20.32 -
YUV 133.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 117 145 116 0.19 0 0.2 0.43 117.93 0.12 0.51
Hex 75 91 74 13 0 14 2B 76 C 33
Octal 165 221 164 23 0 24 53 166 14 63
Binary 1110101 10010001 1110100 10011 0 10100 101011 1110110 1100 110011

Color Harmonies of #759174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759174

Black with #759174

Text Example


Text Example

White with #759174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759174; }

 p { color: rgb(117,145,116); }

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

background-color css

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

 a { background-color: rgb(117,145,116); }

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

border-color css

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

 span { border-color: rgb(117,145,116); }

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