Html Css Color HEX #768C75 Davy's Grey

📋 copy color: '#768C75'

red 118 ◦ green 140 ◦ blue 117

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

Shades of Davy's Grey #768C75

Tints of Davy's Grey #768C75

RGB

 RED value IS 118 (46.48% from 255) = 31.47%

 GREEN value IS 140 (55.08% from 255) = 37.33%

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

R = 31.47%
G = 37.33%
B = 31.2%

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

#768C75 (or 0x768C75) is known color: Davy's Grey. HEX triplet: 76, 8C and 75. RGB value is (118,140,117). Sum of RGB (Red+Green+Blue) = 118+140+117=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #768C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C75 is #89738A. Grayscale: #828282. Windows color (decimal): -9008011 or 7703670. OLE color: 7703670.

HSL color Cylindrical-coordinate representation of color #768C75: hue angle of 117.39º 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 #768C75 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 117 -
CMYK 0.16 0 0.16 0.45
HSL 117.39º 0.09% 0.5% -
HSV(B) 117.39º 0.16% 0.55% -
XYZ 20.06 23.89 20.38 -
YUV 130.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 118 140 117 0.16 0 0.16 0.45 117.39 0.09 0.5
Hex 76 8C 75 10 0 10 2D 75 9 32
Octal 166 214 165 20 0 20 55 165 11 62
Binary 1110110 10001100 1110101 10000 0 10000 101101 1110101 1001 110010

Color Harmonies of #768C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C75

Black with #768C75

Text Example


Text Example

White with #768C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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