Html Css Color HEX #779784 Oxley

📋 copy color: '#779784'

red 119 ◦ green 151 ◦ blue 132

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

Shades of Oxley #779784

Tints of Oxley #779784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.84%

R = 29.6%
G = 37.56%
B = 32.84%

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

#779784 (or 0x779784) is known color: Oxley. HEX triplet: 77, 97 and 84. RGB value is (119,151,132). Sum of RGB (Red+Green+Blue) = 119+151+132=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #779784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779784 is #88687B. Grayscale: #8B8B8B. Windows color (decimal): -8939644 or 8689527. OLE color: 8689527.

HSL color Cylindrical-coordinate representation of color #779784: hue angle of 144.38º 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 #779784 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 151 132 -
CMYK 0.21 0 0.13 0.41
HSL 144.38º 0.13% 0.53% -
HSV(B) 144.38º 0.21% 0.59% -
XYZ 22.84 27.72 25.98 -
YUV 139.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 119 151 132 0.21 0 0.13 0.41 144.38 0.13 0.53
Hex 77 97 84 15 0 D 29 90 D 35
Octal 167 227 204 25 0 15 51 220 15 65
Binary 1110111 10010111 10000100 10101 0 1101 101001 10010000 1101 110101

Color Harmonies of #779784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779784

Black with #779784

Text Example


Text Example

White with #779784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779784; }

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

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

background-color css

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

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

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

border-color css

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

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

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