Html Css Color HEX #77997A Oxley

📋 copy color: '#77997A'

red 119 ◦ green 153 ◦ blue 122

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

Shades of Oxley #77997A

Tints of Oxley #77997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 30.2%
G = 38.83%
B = 30.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#77997A (or 0x77997A) is known color: Oxley. HEX triplet: 77, 99 and 7A. RGB value is (119,153,122). Sum of RGB (Red+Green+Blue) = 119+153+122=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #77997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77997A is #886685. Grayscale: #8B8B8B. Windows color (decimal): -8939142 or 8034679. OLE color: 8034679.

HSL color Cylindrical-coordinate representation of color #77997A: hue angle of 125.29º 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 #77997A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 122 -
CMYK 0.22 0 0.20 0.4
HSL 125.29º 0.14% 0.53% -
HSV(B) 125.29º 0.22% 0.6% -
XYZ 22.51 28.11 22.65 -
YUV 139.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 119 153 122 0.22 0 0.20 0.4 125.29 0.14 0.53
Hex 77 99 7A 16 0 14 28 7D E 35
Octal 167 231 172 26 0 24 50 175 16 65
Binary 1110111 10011001 1111010 10110 0 10100 101000 1111101 1110 110101

Color Harmonies of #77997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77997A

Black with #77997A

Text Example


Text Example

White with #77997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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