Html Css Color HEX #77977E Oxley

📋 copy color: '#77977E'

red 119 ◦ green 151 ◦ blue 126

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

Shades of Oxley #77977E

Tints of Oxley #77977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 30.05%
G = 38.13%
B = 31.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#77977E (or 0x77977E) is known color: Oxley. HEX triplet: 77, 97 and 7E. RGB value is (119,151,126). Sum of RGB (Red+Green+Blue) = 119+151+126=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #77977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77977E is #886881. Grayscale: #8A8A8A. Windows color (decimal): -8939650 or 8296311. OLE color: 8296311.

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

Color convert

RGB 119 151 126 -
CMYK 0.21 0 0.17 0.41
HSL 133.13º 0.13% 0.53% -
HSV(B) 133.13º 0.21% 0.59% -
XYZ 22.44 27.56 23.88 -
YUV 138.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 119 151 126 0.21 0 0.17 0.41 133.13 0.13 0.53
Hex 77 97 7E 15 0 11 29 85 D 35
Octal 167 227 176 25 0 21 51 205 15 65
Binary 1110111 10010111 1111110 10101 0 10001 101001 10000101 1101 110101

Color Harmonies of #77977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77977E

Black with #77977E

Text Example


Text Example

White with #77977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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