Html Css Color HEX #7B927D Davy's Grey

📋 copy color: '#7B927D'

red 123 ◦ green 146 ◦ blue 125

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

Shades of Davy's Grey #7B927D

Tints of Davy's Grey #7B927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 31.22%
G = 37.06%
B = 31.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#7B927D (or 0x7B927D) is known color: Davy's Grey. HEX triplet: 7B, 92 and 7D. RGB value is (123,146,125). Sum of RGB (Red+Green+Blue) = 123+146+125=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #7B927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B927D is #846D82. Grayscale: #888888. Windows color (decimal): -8678787 or 8229499. OLE color: 8229499.

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

Color convert

RGB 123 146 125 -
CMYK 0.16 0 0.14 0.43
HSL 125.22º 0.1% 0.53% -
HSV(B) 125.22º 0.16% 0.57% -
XYZ 22.15 26.25 23.3 -
YUV 136.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 123 146 125 0.16 0 0.14 0.43 125.22 0.1 0.53
Hex 7B 92 7D 10 0 E 2B 7D A 35
Octal 173 222 175 20 0 16 53 175 12 65
Binary 1111011 10010010 1111101 10000 0 1110 101011 1111101 1010 110101

Color Harmonies of #7B927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B927D

Black with #7B927D

Text Example


Text Example

White with #7B927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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