Html Css Color HEX #78987D Oxley

📋 copy color: '#78987D'

red 120 ◦ green 152 ◦ blue 125

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

Shades of Oxley #78987D

Tints of Oxley #78987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 30.23%
G = 38.29%
B = 31.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#78987D (or 0x78987D) is known color: Oxley. HEX triplet: 78, 98 and 7D. RGB value is (120,152,125). Sum of RGB (Red+Green+Blue) = 120+152+125=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #78987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78987D is #876782. Grayscale: #8B8B8B. Windows color (decimal): -8873859 or 8231032. OLE color: 8231032.

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

Color convert

RGB 120 152 125 -
CMYK 0.21 0 0.18 0.40
HSL 129.38º 0.13% 0.53% -
HSV(B) 129.38º 0.21% 0.6% -
XYZ 22.68 27.93 23.6 -
YUV 139.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 120 152 125 0.21 0 0.18 0.40 129.38 0.13 0.53
Hex 78 98 7D 15 0 12 28 81 D 35
Octal 170 230 175 25 0 22 50 201 15 65
Binary 1111000 10011000 1111101 10101 0 10010 101000 10000001 1101 110101

Color Harmonies of #78987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78987D

Black with #78987D

Text Example


Text Example

White with #78987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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