Html Css Color HEX #779482 Oxley

📋 copy color: '#779482'

red 119 ◦ green 148 ◦ blue 130

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

Shades of Oxley #779482

Tints of Oxley #779482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

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

R = 29.97%
G = 37.28%
B = 32.75%

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

#779482 (or 0x779482) is known color: Oxley. HEX triplet: 77, 94 and 82. RGB value is (119,148,130). Sum of RGB (Red+Green+Blue) = 119+148+130=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #779482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779482 is #886B7D. Grayscale: #898989. Windows color (decimal): -8940414 or 8557687. OLE color: 8557687.

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

Color convert

RGB 119 148 130 -
CMYK 0.20 0 0.12 0.42
HSL 142.76º 0.12% 0.52% -
HSV(B) 142.76º 0.2% 0.58% -
XYZ 22.23 26.71 25.1 -
YUV 137.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 119 148 130 0.20 0 0.12 0.42 142.76 0.12 0.52
Hex 77 94 82 14 0 C 2A 8F C 34
Octal 167 224 202 24 0 14 52 217 14 64
Binary 1110111 10010100 10000010 10100 0 1100 101010 10001111 1100 110100

Color Harmonies of #779482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779482

Black with #779482

Text Example


Text Example

White with #779482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779482; }

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

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

background-color css

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

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

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

border-color css

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

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

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