Html Css Color HEX #779483 Oxley

📋 copy color: '#779483'

red 119 ◦ green 148 ◦ blue 131

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

Shades of Oxley #779483

Tints of Oxley #779483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 29.9%
G = 37.19%
B = 32.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#779483 (or 0x779483) is known color: Oxley. HEX triplet: 77, 94 and 83. RGB value is (119,148,131). Sum of RGB (Red+Green+Blue) = 119+148+131=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #779483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779483 is #886B7C. Grayscale: #898989. Windows color (decimal): -8940413 or 8623223. OLE color: 8623223.

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

Color convert

RGB 119 148 131 -
CMYK 0.20 0 0.11 0.42
HSL 144.83º 0.12% 0.52% -
HSV(B) 144.83º 0.2% 0.58% -
XYZ 22.29 26.74 25.46 -
YUV 137.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 119 148 131 0.20 0 0.11 0.42 144.83 0.12 0.52
Hex 77 94 83 14 0 B 2A 91 C 34
Octal 167 224 203 24 0 13 52 221 14 64
Binary 1110111 10010100 10000011 10100 0 1011 101010 10010001 1100 110100

Color Harmonies of #779483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779483

Black with #779483

Text Example


Text Example

White with #779483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779483; }

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

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

background-color css

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

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

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

border-color css

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

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

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