Html Css Color HEX #78977D Oxley

📋 copy color: '#78977D'

red 120 ◦ green 151 ◦ blue 125

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

Shades of Oxley #78977D

Tints of Oxley #78977D

RGB

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

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

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

R = 30.3%
G = 38.13%
B = 31.57%

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

#78977D (or 0x78977D) is known color: Oxley. HEX triplet: 78, 97 and 7D. RGB value is (120,151,125). Sum of RGB (Red+Green+Blue) = 120+151+125=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #78977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78977D is #876882. Grayscale: #8A8A8A. Windows color (decimal): -8874115 or 8230776. OLE color: 8230776.

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

Color convert

RGB 120 151 125 -
CMYK 0.21 0 0.17 0.41
HSL 129.68º 0.13% 0.53% -
HSV(B) 129.68º 0.21% 0.59% -
XYZ 22.51 27.61 23.54 -
YUV 138.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 120 151 125 0.21 0 0.17 0.41 129.68 0.13 0.53
Hex 78 97 7D 15 0 11 29 82 D 35
Octal 170 227 175 25 0 21 51 202 15 65
Binary 1111000 10010111 1111101 10101 0 10001 101001 10000010 1101 110101

Color Harmonies of #78977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78977D

Black with #78977D

Text Example


Text Example

White with #78977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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