Html Css Color HEX #758B75 Davy's Grey

📋 copy color: '#758B75'

red 117 ◦ green 139 ◦ blue 117

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

Shades of Davy's Grey #758B75

Tints of Davy's Grey #758B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.27%

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

R = 31.37%
G = 37.27%
B = 31.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#758B75 (or 0x758B75) is known color: Davy's Grey. HEX triplet: 75, 8B and 75. RGB value is (117,139,117). Sum of RGB (Red+Green+Blue) = 117+139+117=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #758B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B75 is #8A748A. Grayscale: #818181. Windows color (decimal): -9073803 or 7703413. OLE color: 7703413.

HSL color Cylindrical-coordinate representation of color #758B75: hue angle of 120º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B75 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 117 -
CMYK 0.16 0 0.16 0.45
HSL 120º 0.09% 0.5% -
HSV(B) 120º 0.16% 0.55% -
XYZ 19.78 23.53 20.33 -
YUV 129.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 117 139 117 0.16 0 0.16 0.45 120 0.09 0.5
Hex 75 8B 75 10 0 10 2D 78 9 32
Octal 165 213 165 20 0 20 55 170 11 62
Binary 1110101 10001011 1110101 10000 0 10000 101101 1111000 1001 110010

Color Harmonies of #758B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B75

Black with #758B75

Text Example


Text Example

White with #758B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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