Html Css Color HEX #7C9C81 Oxley

📋 copy color: '#7C9C81'

red 124 ◦ green 156 ◦ blue 129

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

Shades of Oxley #7C9C81

Tints of Oxley #7C9C81

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 30.32%
G = 38.14%
B = 31.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#7C9C81 (or 0x7C9C81) is known color: Oxley. HEX triplet: 7C, 9C and 81. RGB value is (124,156,129). Sum of RGB (Red+Green+Blue) = 124+156+129=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9C81 is #83637E. Grayscale: #8F8F8F. Windows color (decimal): -8610687 or 8494204. OLE color: 8494204.

HSL color Cylindrical-coordinate representation of color #7C9C81: hue angle of 129.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9C81 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 156 129 -
CMYK 0.21 0 0.17 0.39
HSL 129.38º 0.14% 0.55% -
HSV(B) 129.38º 0.21% 0.61% -
XYZ 24.16 29.65 25.22 -
YUV 143.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 124 156 129 0.21 0 0.17 0.39 129.38 0.14 0.55
Hex 7C 9C 81 15 0 11 27 81 E 37
Octal 174 234 201 25 0 21 47 201 16 67
Binary 1111100 10011100 10000001 10101 0 10001 100111 10000001 1110 110111

Color Harmonies of #7C9C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9C81

Black with #7C9C81

Text Example


Text Example

White with #7C9C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,156,129); }

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

background-color css

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

 a { background-color: rgb(124,156,129); }

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

border-color css

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

 span { border-color: rgb(124,156,129); }

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