Html Css Color HEX #758775 Davy's Grey

📋 copy color: '#758775'

red 117 ◦ green 135 ◦ blue 117

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

Shades of Davy's Grey #758775

Tints of Davy's Grey #758775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

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

R = 31.71%
G = 36.59%
B = 31.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#758775 (or 0x758775) is known color: Davy's Grey. HEX triplet: 75, 87 and 75. RGB value is (117,135,117). Sum of RGB (Red+Green+Blue) = 117+135+117=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #758775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758775 is #8A788A. Grayscale: #7F7F7F. Windows color (decimal): -9074827 or 7702389. OLE color: 7702389.

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

Color convert

RGB 117 135 117 -
CMYK 0.13 0 0.13 0.47
HSL 120º 0.07% 0.49% -
HSV(B) 120º 0.13% 0.53% -
XYZ 19.21 22.39 20.14 -
YUV 127.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 117 135 117 0.13 0 0.13 0.47 120 0.07 0.49
Hex 75 87 75 D 0 D 2F 78 7 31
Octal 165 207 165 15 0 15 57 170 7 61
Binary 1110101 10000111 1110101 1101 0 1101 101111 1111000 111 110001

Color Harmonies of #758775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758775

Black with #758775

Text Example


Text Example

White with #758775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758775; }

 p { color: rgb(117,135,117); }

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

background-color css

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

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

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

border-color css

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

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

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