Html Css Color HEX #769278 Davy's Grey

📋 copy color: '#769278'

red 118 ◦ green 146 ◦ blue 120

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

Shades of Davy's Grey #769278

Tints of Davy's Grey #769278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 30.73%
G = 38.02%
B = 31.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#769278 (or 0x769278) is known color: Davy's Grey. HEX triplet: 76, 92 and 78. RGB value is (118,146,120). Sum of RGB (Red+Green+Blue) = 118+146+120=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #769278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769278 is #896D87. Grayscale: #868686. Windows color (decimal): -9006472 or 7901814. OLE color: 7901814.

HSL color Cylindrical-coordinate representation of color #769278: hue angle of 124.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769278 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 120 -
CMYK 0.19 0 0.18 0.43
HSL 124.29º 0.11% 0.52% -
HSV(B) 124.29º 0.19% 0.57% -
XYZ 21.14 25.77 21.63 -
YUV 134.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 118 146 120 0.19 0 0.18 0.43 124.29 0.11 0.52
Hex 76 92 78 13 0 12 2B 7C B 34
Octal 166 222 170 23 0 22 53 174 13 64
Binary 1110110 10010010 1111000 10011 0 10010 101011 1111100 1011 110100

Color Harmonies of #769278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769278

Black with #769278

Text Example


Text Example

White with #769278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769278; }

 p { color: rgb(118,146,120); }

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

background-color css

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

 a { background-color: rgb(118,146,120); }

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

border-color css

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

 span { border-color: rgb(118,146,120); }

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