Html Css Color HEX #779983 Oxley

📋 copy color: '#779983'

red 119 ◦ green 153 ◦ blue 131

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

Shades of Oxley #779983

Tints of Oxley #779983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.97%

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

R = 29.53%
G = 37.97%
B = 32.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#779983 (or 0x779983) is known color: Oxley. HEX triplet: 77, 99 and 83. RGB value is (119,153,131). Sum of RGB (Red+Green+Blue) = 119+153+131=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #779983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779983 is #88667C. Grayscale: #8C8C8C. Windows color (decimal): -8939133 or 8624503. OLE color: 8624503.

HSL color Cylindrical-coordinate representation of color #779983: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779983 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 131 -
CMYK 0.22 0 0.14 0.4
HSL 141.18º 0.14% 0.53% -
HSV(B) 141.18º 0.22% 0.6% -
XYZ 23.1 28.34 25.73 -
YUV 140.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 119 153 131 0.22 0 0.14 0.4 141.18 0.14 0.53
Hex 77 99 83 16 0 E 28 8D E 35
Octal 167 231 203 26 0 16 50 215 16 65
Binary 1110111 10011001 10000011 10110 0 1110 101000 10001101 1110 110101

Color Harmonies of #779983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779983

Black with #779983

Text Example


Text Example

White with #779983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779983; }

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

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

background-color css

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

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

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

border-color css

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

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

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