Html Css Color HEX #7B9D7C Davy's Grey

📋 copy color: '#7B9D7C'

red 123 ◦ green 157 ◦ blue 124

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

Shades of Davy's Grey #7B9D7C

Tints of Davy's Grey #7B9D7C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

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

R = 30.45%
G = 38.86%
B = 30.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#7B9D7C (or 0x7B9D7C) is known color: Davy's Grey. HEX triplet: 7B, 9D and 7C. RGB value is (123,157,124). Sum of RGB (Red+Green+Blue) = 123+157+124=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9D7C is #846283. Grayscale: #8F8F8F. Windows color (decimal): -8675972 or 8166779. OLE color: 8166779.

HSL color Cylindrical-coordinate representation of color #7B9D7C: hue angle of 121.76º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9D7C is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 157 124 -
CMYK 0.22 0 0.21 0.38
HSL 121.76º 0.15% 0.55% -
HSV(B) 121.76º 0.22% 0.62% -
XYZ 23.86 29.78 23.56 -
YUV 143.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 123 157 124 0.22 0 0.21 0.38 121.76 0.15 0.55
Hex 7B 9D 7C 16 0 15 26 7A F 37
Octal 173 235 174 26 0 25 46 172 17 67
Binary 1111011 10011101 1111100 10110 0 10101 100110 1111010 1111 110111

Color Harmonies of #7B9D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9D7C

Black with #7B9D7C

Text Example


Text Example

White with #7B9D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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