Html Css Color HEX #7C877B Davy's Grey

📋 copy color: '#7C877B'

red 124 ◦ green 135 ◦ blue 123

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

Shades of Davy's Grey #7C877B

Tints of Davy's Grey #7C877B

RGB

 RED value IS 124 (48.83% from 255) = 32.46%

 GREEN value IS 135 (53.13% from 255) = 35.34%

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 32.46%
G = 35.34%
B = 32.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#7C877B (or 0x7C877B) is known color: Davy's Grey. HEX triplet: 7C, 87 and 7B. RGB value is (124,135,123). Sum of RGB (Red+Green+Blue) = 124+135+123=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #7C877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C877B is #837884. Grayscale: #828282. Windows color (decimal): -8616069 or 8095612. OLE color: 8095612.

HSL color Cylindrical-coordinate representation of color #7C877B: hue angle of 115º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C877B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 135 123 -
CMYK 0.08 0 0.09 0.47
HSL 115º 0.05% 0.51% -
HSV(B) 115º 0.09% 0.53% -
XYZ 20.55 23.04 22.1 -
YUV 130.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 124 135 123 0.08 0 0.09 0.47 115 0.05 0.51
Hex 7C 87 7B 8 0 9 2F 73 5 33
Octal 174 207 173 10 0 11 57 163 5 63
Binary 1111100 10000111 1111011 1000 0 1001 101111 1110011 101 110011

Color Harmonies of #7C877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C877B

Black with #7C877B

Text Example


Text Example

White with #7C877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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