Html Css Color HEX #77977F Oxley

📋 copy color: '#77977F'

red 119 ◦ green 151 ◦ blue 127

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

Shades of Oxley #77977F

Tints of Oxley #77977F

RGB

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

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

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

R = 29.97%
G = 38.04%
B = 31.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#77977F (or 0x77977F) is known color: Oxley. HEX triplet: 77, 97 and 7F. RGB value is (119,151,127). Sum of RGB (Red+Green+Blue) = 119+151+127=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #77977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77977F is #886880. Grayscale: #8A8A8A. Windows color (decimal): -8939649 or 8361847. OLE color: 8361847.

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

Color convert

RGB 119 151 127 -
CMYK 0.21 0 0.16 0.41
HSL 135º 0.13% 0.53% -
HSV(B) 135º 0.21% 0.59% -
XYZ 22.51 27.59 24.22 -
YUV 138.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 119 151 127 0.21 0 0.16 0.41 135 0.13 0.53
Hex 77 97 7F 15 0 10 29 87 D 35
Octal 167 227 177 25 0 20 51 207 15 65
Binary 1110111 10010111 1111111 10101 0 10000 101001 10000111 1101 110101

Color Harmonies of #77977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77977F

Black with #77977F

Text Example


Text Example

White with #77977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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