Html Css Color HEX #758376 Davy's Grey

📋 copy color: '#758376'

red 117 ◦ green 131 ◦ blue 118

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

Shades of Davy's Grey #758376

Tints of Davy's Grey #758376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 31.97%
G = 35.79%
B = 32.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#758376 (or 0x758376) is known color: Davy's Grey. HEX triplet: 75, 83 and 76. RGB value is (117,131,118). Sum of RGB (Red+Green+Blue) = 117+131+118=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 131 - color contains mainly: green. Hex color #758376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758376 is #8A7C89. Grayscale: #7D7D7D. Windows color (decimal): -9075850 or 7766901. OLE color: 7766901.

HSL color Cylindrical-coordinate representation of color #758376: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758376 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 118 -
CMYK 0.11 0 0.10 0.49
HSL 124.29º 0.06% 0.49% -
HSV(B) 124.29º 0.11% 0.51% -
XYZ 18.72 21.32 20.27 -
YUV 125.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 117 131 118 0.11 0 0.10 0.49 124.29 0.06 0.49
Hex 75 83 76 B 0 A 31 7C 6 31
Octal 165 203 166 13 0 12 61 174 6 61
Binary 1110101 10000011 1110110 1011 0 1010 110001 1111100 110 110001

Color Harmonies of #758376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758376

Black with #758376

Text Example


Text Example

White with #758376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758376; }

 p { color: rgb(117,131,118); }

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

background-color css

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

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

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

border-color css

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

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

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