Html Css Color HEX #7B987A Davy's Grey

📋 copy color: '#7B987A'

red 123 ◦ green 152 ◦ blue 122

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

Shades of Davy's Grey #7B987A

Tints of Davy's Grey #7B987A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

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

R = 30.98%
G = 38.29%
B = 30.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#7B987A (or 0x7B987A) is known color: Davy's Grey. HEX triplet: 7B, 98 and 7A. RGB value is (123,152,122). Sum of RGB (Red+Green+Blue) = 123+152+122=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #7B987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B987A is #846785. Grayscale: #8B8B8B. Windows color (decimal): -8677254 or 8034427. OLE color: 8034427.

HSL color Cylindrical-coordinate representation of color #7B987A: hue angle of 118º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B987A is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 152 122 -
CMYK 0.19 0 0.20 0.40
HSL 118º 0.13% 0.54% -
HSV(B) 118º 0.2% 0.6% -
XYZ 22.91 28.07 22.62 -
YUV 139.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 123 152 122 0.19 0 0.20 0.40 118 0.13 0.54
Hex 7B 98 7A 13 0 14 28 76 D 36
Octal 173 230 172 23 0 24 50 166 15 66
Binary 1111011 10011000 1111010 10011 0 10100 101000 1110110 1101 110110

Color Harmonies of #7B987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B987A

Black with #7B987A

Text Example


Text Example

White with #7B987A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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