Html Css Color HEX #78977E Oxley

📋 copy color: '#78977E'

red 120 ◦ green 151 ◦ blue 126

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

Shades of Oxley #78977E

Tints of Oxley #78977E

RGB

 RED value IS 120 (47.27% from 255) = 30.23%

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

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

R = 30.23%
G = 38.04%
B = 31.74%

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

#78977E (or 0x78977E) is known color: Oxley. HEX triplet: 78, 97 and 7E. RGB value is (120,151,126). Sum of RGB (Red+Green+Blue) = 120+151+126=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #78977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78977E is #876881. Grayscale: #8A8A8A. Windows color (decimal): -8874114 or 8296312. OLE color: 8296312.

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

Color convert

RGB 120 151 126 -
CMYK 0.21 0 0.17 0.41
HSL 131.61º 0.13% 0.53% -
HSV(B) 131.61º 0.21% 0.59% -
XYZ 22.58 27.63 23.88 -
YUV 138.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 120 151 126 0.21 0 0.17 0.41 131.61 0.13 0.53
Hex 78 97 7E 15 0 11 29 84 D 35
Octal 170 227 176 25 0 21 51 204 15 65
Binary 1111000 10010111 1111110 10101 0 10001 101001 10000100 1101 110101

Color Harmonies of #78977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78977E

Black with #78977E

Text Example


Text Example

White with #78977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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