Html Css Color HEX #78977C Oxley

📋 copy color: '#78977C'

red 120 ◦ green 151 ◦ blue 124

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

Shades of Oxley #78977C

Tints of Oxley #78977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 30.38%
G = 38.23%
B = 31.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#78977C (or 0x78977C) is known color: Oxley. HEX triplet: 78, 97 and 7C. RGB value is (120,151,124). Sum of RGB (Red+Green+Blue) = 120+151+124=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #78977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78977C is #876883. Grayscale: #8A8A8A. Windows color (decimal): -8874116 or 8165240. OLE color: 8165240.

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

Color convert

RGB 120 151 124 -
CMYK 0.21 0 0.18 0.41
HSL 127.74º 0.13% 0.53% -
HSV(B) 127.74º 0.21% 0.59% -
XYZ 22.45 27.58 23.21 -
YUV 138.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 120 151 124 0.21 0 0.18 0.41 127.74 0.13 0.53
Hex 78 97 7C 15 0 12 29 80 D 35
Octal 170 227 174 25 0 22 51 200 15 65
Binary 1111000 10010111 1111100 10101 0 10010 101001 10000000 1101 110101

Color Harmonies of #78977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78977C

Black with #78977C

Text Example


Text Example

White with #78977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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