Html Css Color HEX #7C9E80 Oxley

📋 copy color: '#7C9E80'

red 124 ◦ green 158 ◦ blue 128

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

Shades of Oxley #7C9E80

Tints of Oxley #7C9E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.54%

 BLUE value IS 128 (50.39% from 255) = 31.22%

R = 30.24%
G = 38.54%
B = 31.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#7C9E80 (or 0x7C9E80) is known color: Oxley. HEX triplet: 7C, 9E and 80. RGB value is (124,158,128). Sum of RGB (Red+Green+Blue) = 124+158+128=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9E80 is #83617F. Grayscale: #909090. Windows color (decimal): -8610176 or 8429180. OLE color: 8429180.

HSL color Cylindrical-coordinate representation of color #7C9E80: hue angle of 127.06º 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 #7C9E80 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 158 128 -
CMYK 0.22 0 0.19 0.38
HSL 127.06º 0.15% 0.55% -
HSV(B) 127.06º 0.22% 0.62% -
XYZ 24.44 30.3 24.98 -
YUV 144.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 124 158 128 0.22 0 0.19 0.38 127.06 0.15 0.55
Hex 7C 9E 80 16 0 13 26 7F F 37
Octal 174 236 200 26 0 23 46 177 17 67
Binary 1111100 10011110 10000000 10110 0 10011 100110 1111111 1111 110111

Color Harmonies of #7C9E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9E80

Black with #7C9E80

Text Example


Text Example

White with #7C9E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,158,128); }

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

background-color css

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

 a { background-color: rgb(124,158,128); }

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

border-color css

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

 span { border-color: rgb(124,158,128); }

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