Html Css Color HEX #968077 Hemp

📋 copy color: '#968077'

red 150 ◦ green 128 ◦ blue 119

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

Shades of Hemp #968077

Tints of Hemp #968077

RGB

 RED value IS 150 (58.98% from 255) = 37.78%

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

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 37.78%
G = 32.24%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#968077 (or 0x968077) is known color: Hemp. HEX triplet: 96, 80 and 77. RGB value is (150,128,119). Sum of RGB (Red+Green+Blue) = 150+128+119=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968077 is #697F88. Grayscale: #858585. Windows color (decimal): -6913929 or 7831702. OLE color: 7831702.

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

Color convert

RGB 150 128 119 -
CMYK 0 0.15 0.21 0.41
HSL 17.42º 0.13% 0.53% -
HSV(B) 17.42º 0.21% 0.59% -
XYZ 23.63 23.25 20.7 -
YUV 133.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 150 128 119 0 0.15 0.21 0.41 17.42 0.13 0.53
Hex 96 80 77 0 F 15 29 11 D 35
Octal 226 200 167 0 17 25 51 21 15 65
Binary 10010110 10000000 1110111 0 1111 10101 101001 10001 1101 110101

Color Harmonies of #968077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968077

Black with #968077

Text Example


Text Example

White with #968077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968077; }

 p { color: rgb(150,128,119); }

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

background-color css

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

 a { background-color: rgb(150,128,119); }

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

border-color css

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

 span { border-color: rgb(150,128,119); }

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