Html Css Color HEX #97827A Hemp

📋 copy color: '#97827A'

red 151 ◦ green 130 ◦ blue 122

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

Shades of Hemp #97827A

Tints of Hemp #97827A

RGB

 RED value IS 151 (59.38% from 255) = 37.47%

 GREEN value IS 130 (51.17% from 255) = 32.26%

 BLUE value IS 122 (48.05% from 255) = 30.27%

R = 37.47%
G = 32.26%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97827A (or 0x97827A) is known color: Hemp. HEX triplet: 97, 82 and 7A. RGB value is (151,130,122). Sum of RGB (Red+Green+Blue) = 151+130+122=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #97827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97827A is #687D85. Grayscale: #878787. Windows color (decimal): -6847878 or 8028823. OLE color: 8028823.

HSL color Cylindrical-coordinate representation of color #97827A: hue angle of 16.55º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97827A is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 130 122 -
CMYK 0 0.14 0.19 0.41
HSL 16.55º 0.12% 0.54% -
HSV(B) 16.55º 0.19% 0.59% -
XYZ 24.26 23.95 21.76 -
YUV 135.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 151 130 122 0 0.14 0.19 0.41 16.55 0.12 0.54
Hex 97 82 7A 0 E 13 29 11 C 36
Octal 227 202 172 0 16 23 51 21 14 66
Binary 10010111 10000010 1111010 0 1110 10011 101001 10001 1100 110110

Color Harmonies of #97827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97827A

Black with #97827A

Text Example


Text Example

White with #97827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97827A; }

 p { color: rgb(151,130,122); }

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

background-color css

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

 a { background-color: rgb(151,130,122); }

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

border-color css

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

 span { border-color: rgb(151,130,122); }

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