Html Css Color HEX #769274 Davy's Grey

📋 copy color: '#769274'

red 118 ◦ green 146 ◦ blue 116

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

Shades of Davy's Grey #769274

Tints of Davy's Grey #769274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 31.05%
G = 38.42%
B = 30.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#769274 (or 0x769274) is known color: Davy's Grey. HEX triplet: 76, 92 and 74. RGB value is (118,146,116). Sum of RGB (Red+Green+Blue) = 118+146+116=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #769274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769274 is #896D8B. Grayscale: #868686. Windows color (decimal): -9006476 or 7639670. OLE color: 7639670.

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

Color convert

RGB 118 146 116 -
CMYK 0.19 0 0.21 0.43
HSL 116º 0.12% 0.51% -
HSV(B) 116º 0.21% 0.57% -
XYZ 20.9 25.67 20.38 -
YUV 134.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 118 146 116 0.19 0 0.21 0.43 116 0.12 0.51
Hex 76 92 74 13 0 15 2B 74 C 33
Octal 166 222 164 23 0 25 53 164 14 63
Binary 1110110 10010010 1110100 10011 0 10101 101011 1110100 1100 110011

Color Harmonies of #769274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769274

Black with #769274

Text Example


Text Example

White with #769274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769274; }

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

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

background-color css

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

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

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

border-color css

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

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

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