Html Css Color HEX #78947B Davy's Grey

📋 copy color: '#78947B'

red 120 ◦ green 148 ◦ blue 123

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

Shades of Davy's Grey #78947B

Tints of Davy's Grey #78947B

RGB

 RED value IS 120 (47.27% from 255) = 30.69%

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 30.69%
G = 37.85%
B = 31.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#78947B (or 0x78947B) is known color: Davy's Grey. HEX triplet: 78, 94 and 7B. RGB value is (120,148,123). Sum of RGB (Red+Green+Blue) = 120+148+123=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #78947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78947B is #876B84. Grayscale: #888888. Windows color (decimal): -8874885 or 8098936. OLE color: 8098936.

HSL color Cylindrical-coordinate representation of color #78947B: hue angle of 126.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78947B is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 123 -
CMYK 0.19 0 0.17 0.42
HSL 126.43º 0.12% 0.53% -
HSV(B) 126.43º 0.19% 0.58% -
XYZ 21.91 26.6 22.72 -
YUV 136.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 120 148 123 0.19 0 0.17 0.42 126.43 0.12 0.53
Hex 78 94 7B 13 0 11 2A 7E C 35
Octal 170 224 173 23 0 21 52 176 14 65
Binary 1111000 10010100 1111011 10011 0 10001 101010 1111110 1100 110101

Color Harmonies of #78947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78947B

Black with #78947B

Text Example


Text Example

White with #78947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78947B; }

 p { color: rgb(120,148,123); }

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

background-color css

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

 a { background-color: rgb(120,148,123); }

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

border-color css

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

 span { border-color: rgb(120,148,123); }

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