Html Css Color HEX #76997D Oxley

📋 copy color: '#76997D'

red 118 ◦ green 153 ◦ blue 125

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

Shades of Oxley #76997D

Tints of Oxley #76997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 29.8%
G = 38.64%
B = 31.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#76997D (or 0x76997D) is known color: Oxley. HEX triplet: 76, 99 and 7D. RGB value is (118,153,125). Sum of RGB (Red+Green+Blue) = 118+153+125=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #76997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76997D is #896682. Grayscale: #8B8B8B. Windows color (decimal): -9004675 or 8231286. OLE color: 8231286.

HSL color Cylindrical-coordinate representation of color #76997D: hue angle of 132º 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 #76997D is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 125 -
CMYK 0.23 0 0.18 0.4
HSL 132º 0.15% 0.53% -
HSV(B) 132º 0.23% 0.6% -
XYZ 22.56 28.11 23.64 -
YUV 139.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 118 153 125 0.23 0 0.18 0.4 132 0.15 0.53
Hex 76 99 7D 17 0 12 28 84 F 35
Octal 166 231 175 27 0 22 50 204 17 65
Binary 1110110 10011001 1111101 10111 0 10010 101000 10000100 1111 110101

Color Harmonies of #76997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76997D

Black with #76997D

Text Example


Text Example

White with #76997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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