Html Css Color HEX #7B9478 Davy's Grey

📋 copy color: '#7B9478'

red 123 ◦ green 148 ◦ blue 120

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

Shades of Davy's Grey #7B9478

Tints of Davy's Grey #7B9478

RGB

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

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

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

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

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #7B9478: hue angle of 113.57º 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 #7B9478 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 120 -
CMYK 0.17 0 0.19 0.42
HSL 113.57º 0.12% 0.53% -
HSV(B) 113.57º 0.19% 0.58% -
XYZ 22.15 26.75 21.76 -
YUV 137.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 123 148 120 0.17 0 0.19 0.42 113.57 0.12 0.53
Hex 7B 94 78 11 0 13 2A 72 C 35
Octal 173 224 170 21 0 23 52 162 14 65
Binary 1111011 10010100 1111000 10001 0 10011 101010 1110010 1100 110101

Color Harmonies of #7B9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9478

Black with #7B9478

Text Example


Text Example

White with #7B9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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