Html Css Color HEX #7B937A Davy's Grey

📋 copy color: '#7B937A'

red 123 ◦ green 147 ◦ blue 122

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

Shades of Davy's Grey #7B937A

Tints of Davy's Grey #7B937A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 31.38%
G = 37.5%
B = 31.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#7B937A (or 0x7B937A) is known color: Davy's Grey. HEX triplet: 7B, 93 and 7A. RGB value is (123,147,122). Sum of RGB (Red+Green+Blue) = 123+147+122=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #7B937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B937A is #846C85. Grayscale: #898989. Windows color (decimal): -8678534 or 8033147. OLE color: 8033147.

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

Color convert

RGB 123 147 122 -
CMYK 0.16 0 0.17 0.42
HSL 117.6º 0.1% 0.53% -
HSV(B) 117.6º 0.17% 0.58% -
XYZ 22.11 26.48 22.36 -
YUV 136.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 123 147 122 0.16 0 0.17 0.42 117.6 0.1 0.53
Hex 7B 93 7A 10 0 11 2A 76 A 35
Octal 173 223 172 20 0 21 52 166 12 65
Binary 1111011 10010011 1111010 10000 0 10001 101010 1110110 1010 110101

Color Harmonies of #7B937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B937A

Black with #7B937A

Text Example


Text Example

White with #7B937A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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