Html Css Color HEX #7B9178 Davy's Grey

📋 copy color: '#7B9178'

red 123 ◦ green 145 ◦ blue 120

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

Shades of Davy's Grey #7B9178

Tints of Davy's Grey #7B9178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.37%

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

R = 31.7%
G = 37.37%
B = 30.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#7B9178 (or 0x7B9178) is known color: Davy's Grey. HEX triplet: 7B, 91 and 78. RGB value is (123,145,120). Sum of RGB (Red+Green+Blue) = 123+145+120=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9178 is #846E87. Grayscale: #878787. Windows color (decimal): -8679048 or 7901563. OLE color: 7901563.

HSL color Cylindrical-coordinate representation of color #7B9178: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B9178 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 145 120 -
CMYK 0.15 0 0.17 0.43
HSL 112.8º 0.1% 0.52% -
HSV(B) 112.8º 0.17% 0.57% -
XYZ 21.68 25.82 21.61 -
YUV 135.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 123 145 120 0.15 0 0.17 0.43 112.8 0.1 0.52
Hex 7B 91 78 F 0 11 2B 71 A 34
Octal 173 221 170 17 0 21 53 161 12 64
Binary 1111011 10010001 1111000 1111 0 10001 101011 1110001 1010 110100

Color Harmonies of #7B9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9178

Black with #7B9178

Text Example


Text Example

White with #7B9178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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