Html Css Color HEX #76917C Oxley

📋 copy color: '#76917C'

red 118 ◦ green 145 ◦ blue 124

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

Shades of Oxley #76917C

Tints of Oxley #76917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

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

R = 30.49%
G = 37.47%
B = 32.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#76917C (or 0x76917C) is known color: Oxley. HEX triplet: 76, 91 and 7C. RGB value is (118,145,124). Sum of RGB (Red+Green+Blue) = 118+145+124=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #76917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76917C is #896E83. Grayscale: #868686. Windows color (decimal): -9006724 or 8163702. OLE color: 8163702.

HSL color Cylindrical-coordinate representation of color #76917C: hue angle of 133.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76917C is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 124 -
CMYK 0.19 0 0.14 0.43
HSL 133.33º 0.11% 0.52% -
HSV(B) 133.33º 0.19% 0.57% -
XYZ 21.23 25.56 22.88 -
YUV 134.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 118 145 124 0.19 0 0.14 0.43 133.33 0.11 0.52
Hex 76 91 7C 13 0 E 2B 85 B 34
Octal 166 221 174 23 0 16 53 205 13 64
Binary 1110110 10010001 1111100 10011 0 1110 101011 10000101 1011 110100

Color Harmonies of #76917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76917C

Black with #76917C

Text Example


Text Example

White with #76917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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