Html Css Color HEX #7C997F Oxley

📋 copy color: '#7C997F'

red 124 ◦ green 153 ◦ blue 127

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

Shades of Oxley #7C997F

Tints of Oxley #7C997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.87%

 BLUE value IS 127 (50% from 255) = 31.44%

R = 30.69%
G = 37.87%
B = 31.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#7C997F (or 0x7C997F) is known color: Oxley. HEX triplet: 7C, 99 and 7F. RGB value is (124,153,127). Sum of RGB (Red+Green+Blue) = 124+153+127=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #7C997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C997F is #836680. Grayscale: #8D8D8D. Windows color (decimal): -8611457 or 8362364. OLE color: 8362364.

HSL color Cylindrical-coordinate representation of color #7C997F: hue angle of 126.21º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C997F is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 127 -
CMYK 0.19 0 0.17 0.4
HSL 126.21º 0.12% 0.54% -
HSV(B) 126.21º 0.19% 0.6% -
XYZ 23.53 28.6 24.36 -
YUV 141.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 124 153 127 0.19 0 0.17 0.4 126.21 0.12 0.54
Hex 7C 99 7F 13 0 11 28 7E C 36
Octal 174 231 177 23 0 21 50 176 14 66
Binary 1111100 10011001 1111111 10011 0 10001 101000 1111110 1100 110110

Color Harmonies of #7C997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C997F

Black with #7C997F

Text Example


Text Example

White with #7C997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,127); }

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

background-color css

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

 a { background-color: rgb(124,153,127); }

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

border-color css

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

 span { border-color: rgb(124,153,127); }

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