Html Css Color HEX #76927F Oxley

📋 copy color: '#76927F'

red 118 ◦ green 146 ◦ blue 127

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

Shades of Oxley #76927F

Tints of Oxley #76927F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 30.18%
G = 37.34%
B = 32.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#76927F (or 0x76927F) is known color: Oxley. HEX triplet: 76, 92 and 7F. RGB value is (118,146,127). Sum of RGB (Red+Green+Blue) = 118+146+127=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #76927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76927F is #896D80. Grayscale: #878787. Windows color (decimal): -9006465 or 8360566. OLE color: 8360566.

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

Color convert

RGB 118 146 127 -
CMYK 0.19 0 0.13 0.43
HSL 139.29º 0.11% 0.52% -
HSV(B) 139.29º 0.19% 0.57% -
XYZ 21.58 25.94 23.95 -
YUV 135.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 118 146 127 0.19 0 0.13 0.43 139.29 0.11 0.52
Hex 76 92 7F 13 0 D 2B 8B B 34
Octal 166 222 177 23 0 15 53 213 13 64
Binary 1110110 10010010 1111111 10011 0 1101 101011 10001011 1011 110100

Color Harmonies of #76927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76927F

Black with #76927F

Text Example


Text Example

White with #76927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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