Html Css Color HEX #769577 Davy's Grey

📋 copy color: '#769577'

red 118 ◦ green 149 ◦ blue 119

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

Shades of Davy's Grey #769577

Tints of Davy's Grey #769577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 30.57%
G = 38.6%
B = 30.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#769577 (or 0x769577) is known color: Davy's Grey. HEX triplet: 76, 95 and 77. RGB value is (118,149,119). Sum of RGB (Red+Green+Blue) = 118+149+119=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #769577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769577 is #896A88. Grayscale: #888888. Windows color (decimal): -9005705 or 7837046. OLE color: 7837046.

HSL color Cylindrical-coordinate representation of color #769577: hue angle of 121.94º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769577 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 119 -
CMYK 0.21 0 0.20 0.42
HSL 121.94º 0.13% 0.52% -
HSV(B) 121.94º 0.21% 0.58% -
XYZ 21.55 26.68 21.47 -
YUV 136.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 118 149 119 0.21 0 0.20 0.42 121.94 0.13 0.52
Hex 76 95 77 15 0 14 2A 7A D 34
Octal 166 225 167 25 0 24 52 172 15 64
Binary 1110110 10010101 1110111 10101 0 10100 101010 1111010 1101 110100

Color Harmonies of #769577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769577

Black with #769577

Text Example


Text Example

White with #769577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769577; }

 p { color: rgb(118,149,119); }

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

background-color css

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

 a { background-color: rgb(118,149,119); }

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

border-color css

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

 span { border-color: rgb(118,149,119); }

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