Html Css Color HEX #758874 Davy's Grey

📋 copy color: '#758874'

red 117 ◦ green 136 ◦ blue 116

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

Shades of Davy's Grey #758874

Tints of Davy's Grey #758874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 31.71%
G = 36.86%
B = 31.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#758874 (or 0x758874) is known color: Davy's Grey. HEX triplet: 75, 88 and 74. RGB value is (117,136,116). Sum of RGB (Red+Green+Blue) = 117+136+116=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #758874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758874 is #8A778B. Grayscale: #808080. Windows color (decimal): -9074572 or 7637109. OLE color: 7637109.

HSL color Cylindrical-coordinate representation of color #758874: hue angle of 117º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758874 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 116 -
CMYK 0.14 0 0.15 0.47
HSL 117º 0.08% 0.49% -
HSV(B) 117º 0.15% 0.53% -
XYZ 19.29 22.65 19.88 -
YUV 128.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 117 136 116 0.14 0 0.15 0.47 117 0.08 0.49
Hex 75 88 74 E 0 F 2F 75 8 31
Octal 165 210 164 16 0 17 57 165 10 61
Binary 1110101 10001000 1110100 1110 0 1111 101111 1110101 1000 110001

Color Harmonies of #758874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758874

Black with #758874

Text Example


Text Example

White with #758874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758874; }

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

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

background-color css

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

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

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

border-color css

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

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

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