Html Css Color HEX #769382 Oxley

📋 copy color: '#769382'

red 118 ◦ green 147 ◦ blue 130

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

Shades of Oxley #769382

Tints of Oxley #769382

RGB

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

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

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

R = 29.87%
G = 37.22%
B = 32.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#769382 (or 0x769382) is known color: Oxley. HEX triplet: 76, 93 and 82. RGB value is (118,147,130). Sum of RGB (Red+Green+Blue) = 118+147+130=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #769382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769382 is #896C7D. Grayscale: #888888. Windows color (decimal): -9006206 or 8557430. OLE color: 8557430.

HSL color Cylindrical-coordinate representation of color #769382: hue angle of 144.83º 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 #769382 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 130 -
CMYK 0.20 0 0.12 0.42
HSL 144.83º 0.12% 0.52% -
HSV(B) 144.83º 0.2% 0.58% -
XYZ 21.93 26.33 25.05 -
YUV 136.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 118 147 130 0.20 0 0.12 0.42 144.83 0.12 0.52
Hex 76 93 82 14 0 C 2A 91 C 34
Octal 166 223 202 24 0 14 52 221 14 64
Binary 1110110 10010011 10000010 10100 0 1100 101010 10010001 1100 110100

Color Harmonies of #769382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769382

Black with #769382

Text Example


Text Example

White with #769382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769382; }

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

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

background-color css

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

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

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

border-color css

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

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

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