Html Css Color HEX #7B937B Davy's Grey

📋 copy color: '#7B937B'

red 123 ◦ green 147 ◦ blue 123

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

Shades of Davy's Grey #7B937B

Tints of Davy's Grey #7B937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.4%

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

R = 31.3%
G = 37.4%
B = 31.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#7B937B (or 0x7B937B) is known color: Davy's Grey. HEX triplet: 7B, 93 and 7B. RGB value is (123,147,123). Sum of RGB (Red+Green+Blue) = 123+147+123=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #7B937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B937B is #846C84. Grayscale: #898989. Windows color (decimal): -8678533 or 8098683. OLE color: 8098683.

HSL color Cylindrical-coordinate representation of color #7B937B: 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.16%. Process color model (Four color, CMYK) of #7B937B is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 123 -
CMYK 0.16 0 0.16 0.42
HSL 120º 0.1% 0.53% -
HSV(B) 120º 0.16% 0.58% -
XYZ 22.18 26.51 22.69 -
YUV 137.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 123 147 123 0.16 0 0.16 0.42 120 0.1 0.53
Hex 7B 93 7B 10 0 10 2A 78 A 35
Octal 173 223 173 20 0 20 52 170 12 65
Binary 1111011 10010011 1111011 10000 0 10000 101010 1111000 1010 110101

Color Harmonies of #7B937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B937B

Black with #7B937B

Text Example


Text Example

White with #7B937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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