Html Css Color HEX #927A74 Hemp

📋 copy color: '#927A74'

red 146 ◦ green 122 ◦ blue 116

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

Shades of Hemp #927A74

Tints of Hemp #927A74

RGB

 RED value IS 146 (57.42% from 255) = 38.02%

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 38.02%
G = 31.77%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#927A74 (or 0x927A74) is known color: Hemp. HEX triplet: 92, 7A and 74. RGB value is (146,122,116). Sum of RGB (Red+Green+Blue) = 146+122+116=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #927A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A74 is #6D858B. Grayscale: #808080. Windows color (decimal): -7177612 or 7633554. OLE color: 7633554.

HSL color Cylindrical-coordinate representation of color #927A74: hue angle of 12º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927A74 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 122 116 -
CMYK 0 0.16 0.21 0.43
HSL 12º 0.12% 0.51% -
HSV(B) 12º 0.21% 0.57% -
XYZ 21.97 21.29 19.47 -
YUV 128.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 146 122 116 0 0.16 0.21 0.43 12 0.12 0.51
Hex 92 7A 74 0 10 15 2B C C 33
Octal 222 172 164 0 20 25 53 14 14 63
Binary 10010010 1111010 1110100 0 10000 10101 101011 1100 1100 110011

Color Harmonies of #927A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927A74

Black with #927A74

Text Example


Text Example

White with #927A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927A74; }

 p { color: rgb(146,122,116); }

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

background-color css

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

 a { background-color: rgb(146,122,116); }

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

border-color css

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

 span { border-color: rgb(146,122,116); }

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