Html Css Color HEX #76937C Oxley

📋 copy color: '#76937C'

red 118 ◦ green 147 ◦ blue 124

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

Shades of Oxley #76937C

Tints of Oxley #76937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 30.33%
G = 37.79%
B = 31.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#76937C (or 0x76937C) is known color: Oxley. HEX triplet: 76, 93 and 7C. RGB value is (118,147,124). Sum of RGB (Red+Green+Blue) = 118+147+124=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #76937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76937C is #896C83. Grayscale: #878787. Windows color (decimal): -9006212 or 8164214. OLE color: 8164214.

HSL color Cylindrical-coordinate representation of color #76937C: hue angle of 132.41º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76937C is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 124 -
CMYK 0.20 0 0.16 0.42
HSL 132.41º 0.12% 0.52% -
HSV(B) 132.41º 0.2% 0.58% -
XYZ 21.54 26.17 22.99 -
YUV 135.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 118 147 124 0.20 0 0.16 0.42 132.41 0.12 0.52
Hex 76 93 7C 14 0 10 2A 84 C 34
Octal 166 223 174 24 0 20 52 204 14 64
Binary 1110110 10010011 1111100 10100 0 10000 101010 10000100 1100 110100

Color Harmonies of #76937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76937C

Black with #76937C

Text Example


Text Example

White with #76937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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