Html Css Color HEX #7B917C Davy's Grey

📋 copy color: '#7B917C'

red 123 ◦ green 145 ◦ blue 124

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

Shades of Davy's Grey #7B917C

Tints of Davy's Grey #7B917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.99%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 31.38%
G = 36.99%
B = 31.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#7B917C (or 0x7B917C) is known color: Davy's Grey. HEX triplet: 7B, 91 and 7C. RGB value is (123,145,124). Sum of RGB (Red+Green+Blue) = 123+145+124=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #7B917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B917C is #846E83. Grayscale: #888888. Windows color (decimal): -8679044 or 8163707. OLE color: 8163707.

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

Color convert

RGB 123 145 124 -
CMYK 0.15 0 0.14 0.43
HSL 122.73º 0.09% 0.53% -
HSV(B) 122.73º 0.15% 0.57% -
XYZ 21.93 25.92 22.92 -
YUV 136.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 123 145 124 0.15 0 0.14 0.43 122.73 0.09 0.53
Hex 7B 91 7C F 0 E 2B 7B 9 35
Octal 173 221 174 17 0 16 53 173 11 65
Binary 1111011 10010001 1111100 1111 0 1110 101011 1111011 1001 110101

Color Harmonies of #7B917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B917C

Black with #7B917C

Text Example


Text Example

White with #7B917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,145,124); }

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

background-color css

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

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

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

border-color css

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

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

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