Html Css Color HEX #76997C Oxley

📋 copy color: '#76997C'

red 118 ◦ green 153 ◦ blue 124

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

Shades of Oxley #76997C

Tints of Oxley #76997C

RGB

 RED value IS 118 (46.48% from 255) = 29.87%

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

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

R = 29.87%
G = 38.73%
B = 31.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#76997C (or 0x76997C) is known color: Oxley. HEX triplet: 76, 99 and 7C. RGB value is (118,153,124). Sum of RGB (Red+Green+Blue) = 118+153+124=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #76997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76997C is #896683. Grayscale: #8B8B8B. Windows color (decimal): -9004676 or 8165750. OLE color: 8165750.

HSL color Cylindrical-coordinate representation of color #76997C: hue angle of 130.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76997C is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 124 -
CMYK 0.23 0 0.19 0.4
HSL 130.29º 0.15% 0.53% -
HSV(B) 130.29º 0.23% 0.6% -
XYZ 22.5 28.09 23.3 -
YUV 139.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 118 153 124 0.23 0 0.19 0.4 130.29 0.15 0.53
Hex 76 99 7C 17 0 13 28 82 F 35
Octal 166 231 174 27 0 23 50 202 17 65
Binary 1110110 10011001 1111100 10111 0 10011 101000 10000010 1111 110101

Color Harmonies of #76997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76997C

Black with #76997C

Text Example


Text Example

White with #76997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76997C; }

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

 H1.HeaderClassName
 {
   color: #76997C;
 }
 .AnyTagClassName
 {
   color: #76997C;
 }
</style>

background-color css

<style>
 a { background-color: #76997C; }

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

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

border-color css

<style>
 span { border-color: #76997C; }

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

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