Html Css Color HEX #76927C Oxley

📋 copy color: '#76927C'

red 118 ◦ green 146 ◦ blue 124

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

Shades of Oxley #76927C

Tints of Oxley #76927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

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

R = 30.41%
G = 37.63%
B = 31.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#76927C (or 0x76927C) is known color: Oxley. HEX triplet: 76, 92 and 7C. RGB value is (118,146,124). Sum of RGB (Red+Green+Blue) = 118+146+124=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #76927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76927C is #896D83. Grayscale: #878787. Windows color (decimal): -9006468 or 8163958. OLE color: 8163958.

HSL color Cylindrical-coordinate representation of color #76927C: hue angle of 132.86º 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 #76927C is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 124 -
CMYK 0.19 0 0.15 0.43
HSL 132.86º 0.11% 0.52% -
HSV(B) 132.86º 0.19% 0.57% -
XYZ 21.39 25.86 22.93 -
YUV 135.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 118 146 124 0.19 0 0.15 0.43 132.86 0.11 0.52
Hex 76 92 7C 13 0 F 2B 85 B 34
Octal 166 222 174 23 0 17 53 205 13 64
Binary 1110110 10010010 1111100 10011 0 1111 101011 10000101 1011 110100

Color Harmonies of #76927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76927C

Black with #76927C

Text Example


Text Example

White with #76927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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