Html Css Color HEX #758A72 Davy's Grey

📋 copy color: '#758A72'

red 117 ◦ green 138 ◦ blue 114

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

Shades of Davy's Grey #758A72

Tints of Davy's Grey #758A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.4%

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 31.71%
G = 37.4%
B = 30.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#758A72 (or 0x758A72) is known color: Davy's Grey. HEX triplet: 75, 8A and 72. RGB value is (117,138,114). Sum of RGB (Red+Green+Blue) = 117+138+114=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #758A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A72 is #8A758D. Grayscale: #818181. Windows color (decimal): -9074062 or 7506549. OLE color: 7506549.

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

Color convert

RGB 117 138 114 -
CMYK 0.15 0 0.17 0.46
HSL 112.5º 0.1% 0.49% -
HSV(B) 112.5º 0.17% 0.54% -
XYZ 19.46 23.17 19.37 -
YUV 128.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 117 138 114 0.15 0 0.17 0.46 112.5 0.1 0.49
Hex 75 8A 72 F 0 11 2E 70 A 31
Octal 165 212 162 17 0 21 56 160 12 61
Binary 1110101 10001010 1110010 1111 0 10001 101110 1110000 1010 110001

Color Harmonies of #758A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A72

Black with #758A72

Text Example


Text Example

White with #758A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,114); }

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

background-color css

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

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

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

border-color css

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

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

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