Html Css Color HEX #779783 Oxley

📋 copy color: '#779783'

red 119 ◦ green 151 ◦ blue 131

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

Shades of Oxley #779783

Tints of Oxley #779783

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

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

R = 29.68%
G = 37.66%
B = 32.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#779783 (or 0x779783) is known color: Oxley. HEX triplet: 77, 97 and 83. RGB value is (119,151,131). Sum of RGB (Red+Green+Blue) = 119+151+131=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #779783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779783 is #88687C. Grayscale: #8B8B8B. Windows color (decimal): -8939645 or 8623991. OLE color: 8623991.

HSL color Cylindrical-coordinate representation of color #779783: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779783 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 151 131 -
CMYK 0.21 0 0.13 0.41
HSL 142.5º 0.13% 0.53% -
HSV(B) 142.5º 0.21% 0.59% -
XYZ 22.77 27.69 25.62 -
YUV 139.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 119 151 131 0.21 0 0.13 0.41 142.5 0.13 0.53
Hex 77 97 83 15 0 D 29 8E D 35
Octal 167 227 203 25 0 15 51 216 15 65
Binary 1110111 10010111 10000011 10101 0 1101 101001 10001110 1101 110101

Color Harmonies of #779783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779783

Black with #779783

Text Example


Text Example

White with #779783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779783; }

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

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

background-color css

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

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

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

border-color css

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

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

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