Html Css Color HEX #7A5B64 Scorpion

📋 copy color: '#7A5B64'

red 122 ◦ green 91 ◦ blue 100

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

Shades of Scorpion #7A5B64

Tints of Scorpion #7A5B64

RGB

 RED value IS 122 (48.05% from 255) = 38.98%

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 38.98%
G = 29.07%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7A5B64 (or 0x7A5B64) is known color: Scorpion. HEX triplet: 7A, 5B and 64. RGB value is (122,91,100). Sum of RGB (Red+Green+Blue) = 122+91+100=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B64 is #85A49B. Grayscale: #656565. Windows color (decimal): -8758428 or 6577018. OLE color: 6577018.

HSL color Cylindrical-coordinate representation of color #7A5B64: hue angle of 342.58º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5B64 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 91 100 -
CMYK 0 0.25 0.18 0.52
HSL 342.58º 0.15% 0.42% -
HSV(B) 342.58º 0.25% 0.48% -
XYZ 14.07 12.54 13.74 -
YUV 101.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 122 91 100 0 0.25 0.18 0.52 342.58 0.15 0.42
Hex 7A 5B 64 0 19 12 34 157 F 2A
Octal 172 133 144 0 31 22 64 527 17 52
Binary 1111010 1011011 1100100 0 11001 10010 110100 101010111 1111 101010

Color Harmonies of #7A5B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5B64

Black with #7A5B64

Text Example


Text Example

White with #7A5B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A5B64; }

 p { color: rgb(122,91,100); }

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

background-color css

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

 a { background-color: rgb(122,91,100); }

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

border-color css

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

 span { border-color: rgb(122,91,100); }

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