Html Css Color HEX #788D81 Oxley

📋 copy color: '#788D81'

red 120 ◦ green 141 ◦ blue 129

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

Shades of Oxley #788D81

Tints of Oxley #788D81

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 30.77%
G = 36.15%
B = 33.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#788D81 (or 0x788D81) is known color: Oxley. HEX triplet: 78, 8D and 81. RGB value is (120,141,129). Sum of RGB (Red+Green+Blue) = 120+141+129=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 141 - color contains mainly: green. Hex color #788D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D81 is #87727E. Grayscale: #858585. Windows color (decimal): -8876671 or 8490360. OLE color: 8490360.

HSL color Cylindrical-coordinate representation of color #788D81: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788D81 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 141 129 -
CMYK 0.15 0 0.09 0.45
HSL 145.71º 0.08% 0.51% -
HSV(B) 145.71º 0.15% 0.55% -
XYZ 21.23 24.63 24.4 -
YUV 133.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 120 141 129 0.15 0 0.09 0.45 145.71 0.08 0.51
Hex 78 8D 81 F 0 9 2D 92 8 33
Octal 170 215 201 17 0 11 55 222 10 63
Binary 1111000 10001101 10000001 1111 0 1001 101101 10010010 1000 110011

Color Harmonies of #788D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D81

Black with #788D81

Text Example


Text Example

White with #788D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788D81; }

 p { color: rgb(120,141,129); }

 H1.HeaderClassName
 {
   color: #788D81;
 }
 .AnyTagClassName
 {
   color: #788D81;
 }
</style>

background-color css

<style>
 a { background-color: #788D81; }

 a { background-color: rgb(120,141,129); }

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

border-color css

<style>
 span { border-color: #788D81; }

 span { border-color: rgb(120,141,129); }

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