Html Css Color HEX #7B947B Davy's Grey

📋 copy color: '#7B947B'

red 123 ◦ green 148 ◦ blue 123

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

Shades of Davy's Grey #7B947B

Tints of Davy's Grey #7B947B

RGB

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

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

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

R = 31.22%
G = 37.56%
B = 31.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#7B947B (or 0x7B947B) is known color: Davy's Grey. HEX triplet: 7B, 94 and 7B. RGB value is (123,148,123). Sum of RGB (Red+Green+Blue) = 123+148+123=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #7B947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B947B is #846B84. Grayscale: #898989. Windows color (decimal): -8678277 or 8098939. OLE color: 8098939.

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

Color convert

RGB 123 148 123 -
CMYK 0.17 0 0.17 0.42
HSL 120º 0.1% 0.53% -
HSV(B) 120º 0.17% 0.58% -
XYZ 22.33 26.82 22.74 -
YUV 137.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 123 148 123 0.17 0 0.17 0.42 120 0.1 0.53
Hex 7B 94 7B 11 0 11 2A 78 A 35
Octal 173 224 173 21 0 21 52 170 12 65
Binary 1111011 10010100 1111011 10001 0 10001 101010 1111000 1010 110101

Color Harmonies of #7B947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B947B

Black with #7B947B

Text Example


Text Example

White with #7B947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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