Html Css Color HEX #78987E Oxley

📋 copy color: '#78987E'

red 120 ◦ green 152 ◦ blue 126

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

Shades of Oxley #78987E

Tints of Oxley #78987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

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

R = 30.15%
G = 38.19%
B = 31.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#78987E (or 0x78987E) is known color: Oxley. HEX triplet: 78, 98 and 7E. RGB value is (120,152,126). Sum of RGB (Red+Green+Blue) = 120+152+126=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #78987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78987E is #876781. Grayscale: #8B8B8B. Windows color (decimal): -8873858 or 8296568. OLE color: 8296568.

HSL color Cylindrical-coordinate representation of color #78987E: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78987E is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 126 -
CMYK 0.21 0 0.17 0.40
HSL 131.25º 0.13% 0.53% -
HSV(B) 131.25º 0.21% 0.6% -
XYZ 22.74 27.96 23.94 -
YUV 139.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 120 152 126 0.21 0 0.17 0.40 131.25 0.13 0.53
Hex 78 98 7E 15 0 11 28 83 D 35
Octal 170 230 176 25 0 21 50 203 15 65
Binary 1111000 10011000 1111110 10101 0 10001 101000 10000011 1101 110101

Color Harmonies of #78987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78987E

Black with #78987E

Text Example


Text Example

White with #78987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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