Html Css Color HEX #7B937D Davy's Grey

📋 copy color: '#7B937D'

red 123 ◦ green 147 ◦ blue 125

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

Shades of Davy's Grey #7B937D

Tints of Davy's Grey #7B937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 31.14%
G = 37.22%
B = 31.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#7B937D (or 0x7B937D) is known color: Davy's Grey. HEX triplet: 7B, 93 and 7D. RGB value is (123,147,125). Sum of RGB (Red+Green+Blue) = 123+147+125=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #7B937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B937D is #846C82. Grayscale: #898989. Windows color (decimal): -8678531 or 8229755. OLE color: 8229755.

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

Color convert

RGB 123 147 125 -
CMYK 0.16 0 0.15 0.42
HSL 125º 0.1% 0.53% -
HSV(B) 125º 0.16% 0.58% -
XYZ 22.3 26.56 23.35 -
YUV 137.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 123 147 125 0.16 0 0.15 0.42 125 0.1 0.53
Hex 7B 93 7D 10 0 F 2A 7D A 35
Octal 173 223 175 20 0 17 52 175 12 65
Binary 1111011 10010011 1111101 10000 0 1111 101010 1111101 1010 110101

Color Harmonies of #7B937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B937D

Black with #7B937D

Text Example


Text Example

White with #7B937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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