Html Css Color HEX #779383 Oxley

📋 copy color: '#779383'

red 119 ◦ green 147 ◦ blue 131

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

Shades of Oxley #779383

Tints of Oxley #779383

RGB

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

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

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

R = 29.97%
G = 37.03%
B = 33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#779383 (or 0x779383) is known color: Oxley. HEX triplet: 77, 93 and 83. RGB value is (119,147,131). Sum of RGB (Red+Green+Blue) = 119+147+131=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #779383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779383 is #886C7C. Grayscale: #888888. Windows color (decimal): -8940669 or 8622967. OLE color: 8622967.

HSL color Cylindrical-coordinate representation of color #779383: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #779383 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 131 -
CMYK 0.19 0 0.11 0.42
HSL 145.71º 0.11% 0.52% -
HSV(B) 145.71º 0.19% 0.58% -
XYZ 22.14 26.43 25.41 -
YUV 136.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 119 147 131 0.19 0 0.11 0.42 145.71 0.11 0.52
Hex 77 93 83 13 0 B 2A 92 B 34
Octal 167 223 203 23 0 13 52 222 13 64
Binary 1110111 10010011 10000011 10011 0 1011 101010 10010010 1011 110100

Color Harmonies of #779383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779383

Black with #779383

Text Example


Text Example

White with #779383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779383; }

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

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

background-color css

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

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

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

border-color css

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

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

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