Html Css Color HEX #77997F Oxley

📋 copy color: '#77997F'

red 119 ◦ green 153 ◦ blue 127

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

Shades of Oxley #77997F

Tints of Oxley #77997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 29.82%
G = 38.35%
B = 31.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#77997F (or 0x77997F) is known color: Oxley. HEX triplet: 77, 99 and 7F. RGB value is (119,153,127). Sum of RGB (Red+Green+Blue) = 119+153+127=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #77997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77997F is #886680. Grayscale: #8B8B8B. Windows color (decimal): -8939137 or 8362359. OLE color: 8362359.

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

Color convert

RGB 119 153 127 -
CMYK 0.22 0 0.17 0.4
HSL 134.12º 0.14% 0.53% -
HSV(B) 134.12º 0.22% 0.6% -
XYZ 22.83 28.24 24.33 -
YUV 139.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 119 153 127 0.22 0 0.17 0.4 134.12 0.14 0.53
Hex 77 99 7F 16 0 11 28 86 E 35
Octal 167 231 177 26 0 21 50 206 16 65
Binary 1110111 10011001 1111111 10110 0 10001 101000 10000110 1110 110101

Color Harmonies of #77997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77997F

Black with #77997F

Text Example


Text Example

White with #77997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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