Html Css Color HEX #948078 Hemp

📋 copy color: '#948078'

red 148 ◦ green 128 ◦ blue 120

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

Shades of Hemp #948078

Tints of Hemp #948078

RGB

 RED value IS 148 (58.2% from 255) = 37.37%

 GREEN value IS 128 (50.39% from 255) = 32.32%

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

R = 37.37%
G = 32.32%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948078 (or 0x948078) is known color: Hemp. HEX triplet: 94, 80 and 78. RGB value is (148,128,120). Sum of RGB (Red+Green+Blue) = 148+128+120=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948078 is #6B7F87. Grayscale: #858585. Windows color (decimal): -7045000 or 7897236. OLE color: 7897236.

HSL color Cylindrical-coordinate representation of color #948078: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #948078 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 120 -
CMYK 0 0.14 0.19 0.42
HSL 17.14º 0.12% 0.53% -
HSV(B) 17.14º 0.19% 0.58% -
XYZ 23.32 23.09 21 -
YUV 133.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 148 128 120 0 0.14 0.19 0.42 17.14 0.12 0.53
Hex 94 80 78 0 E 13 2A 11 C 35
Octal 224 200 170 0 16 23 52 21 14 65
Binary 10010100 10000000 1111000 0 1110 10011 101010 10001 1100 110101

Color Harmonies of #948078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948078

Black with #948078

Text Example


Text Example

White with #948078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948078; }

 p { color: rgb(148,128,120); }

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

background-color css

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

 a { background-color: rgb(148,128,120); }

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

border-color css

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

 span { border-color: rgb(148,128,120); }

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