Html Css Color HEX #758974 Davy's Grey

📋 copy color: '#758974'

red 117 ◦ green 137 ◦ blue 116

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

Shades of Davy's Grey #758974

Tints of Davy's Grey #758974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 31.62%
G = 37.03%
B = 31.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#758974 (or 0x758974) is known color: Davy's Grey. HEX triplet: 75, 89 and 74. RGB value is (117,137,116). Sum of RGB (Red+Green+Blue) = 117+137+116=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #758974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758974 is #8A768B. Grayscale: #808080. Windows color (decimal): -9074316 or 7637365. OLE color: 7637365.

HSL color Cylindrical-coordinate representation of color #758974: hue angle of 117.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758974 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 116 -
CMYK 0.15 0 0.15 0.46
HSL 117.14º 0.08% 0.5% -
HSV(B) 117.14º 0.15% 0.54% -
XYZ 19.43 22.93 19.93 -
YUV 128.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 117 137 116 0.15 0 0.15 0.46 117.14 0.08 0.5
Hex 75 89 74 F 0 F 2E 75 8 32
Octal 165 211 164 17 0 17 56 165 10 62
Binary 1110101 10001001 1110100 1111 0 1111 101110 1110101 1000 110010

Color Harmonies of #758974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758974

Black with #758974

Text Example


Text Example

White with #758974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758974; }

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

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

background-color css

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

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

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

border-color css

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

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

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