Html Css Color HEX #779182 Oxley

📋 copy color: '#779182'

red 119 ◦ green 145 ◦ blue 130

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

Shades of Oxley #779182

Tints of Oxley #779182

RGB

 RED value IS 119 (46.88% from 255) = 30.2%

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

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

R = 30.2%
G = 36.8%
B = 32.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#779182 (or 0x779182) is known color: Oxley. HEX triplet: 77, 91 and 82. RGB value is (119,145,130). Sum of RGB (Red+Green+Blue) = 119+145+130=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #779182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779182 is #886E7D. Grayscale: #878787. Windows color (decimal): -8941182 or 8556919. OLE color: 8556919.

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

Color convert

RGB 119 145 130 -
CMYK 0.18 0 0.10 0.43
HSL 145.38º 0.11% 0.52% -
HSV(B) 145.38º 0.18% 0.57% -
XYZ 21.76 25.78 24.95 -
YUV 135.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 119 145 130 0.18 0 0.10 0.43 145.38 0.11 0.52
Hex 77 91 82 12 0 A 2B 91 B 34
Octal 167 221 202 22 0 12 53 221 13 64
Binary 1110111 10010001 10000010 10010 0 1010 101011 10010001 1011 110100

Color Harmonies of #779182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779182

Black with #779182

Text Example


Text Example

White with #779182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779182; }

 p { color: rgb(119,145,130); }

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

background-color css

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

 a { background-color: rgb(119,145,130); }

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

border-color css

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

 span { border-color: rgb(119,145,130); }

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