Html Css Color HEX #76A082 Oxley

📋 copy color: '#76A082'

red 118 ◦ green 160 ◦ blue 130

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

Shades of Oxley #76A082

Tints of Oxley #76A082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 28.92%
G = 39.22%
B = 31.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#76A082 (or 0x76A082) is known color: Oxley. HEX triplet: 76, A0 and 82. RGB value is (118,160,130). Sum of RGB (Red+Green+Blue) = 118+160+130=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #76A082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A082 is #895F7D. Grayscale: #909090. Windows color (decimal): -9002878 or 8560758. OLE color: 8560758.

HSL color Cylindrical-coordinate representation of color #76A082: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76A082 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 160 130 -
CMYK 0.26 0 0.19 0.37
HSL 137.14º 0.18% 0.55% -
HSV(B) 137.14º 0.26% 0.63% -
XYZ 24.07 30.6 25.76 -
YUV 144.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 118 160 130 0.26 0 0.19 0.37 137.14 0.18 0.55
Hex 76 A0 82 1A 0 13 25 89 12 37
Octal 166 240 202 32 0 23 45 211 22 67
Binary 1110110 10100000 10000010 11010 0 10011 100101 10001001 10010 110111

Color Harmonies of #76A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A082

Black with #76A082

Text Example


Text Example

White with #76A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A082; }

 p { color: rgb(118,160,130); }

 H1.HeaderClassName
 {
   color: #76A082;
 }
 .AnyTagClassName
 {
   color: #76A082;
 }
</style>

background-color css

<style>
 a { background-color: #76A082; }

 a { background-color: rgb(118,160,130); }

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

border-color css

<style>
 span { border-color: #76A082; }

 span { border-color: rgb(118,160,130); }

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