Html Css Color HEX #735A61 Scorpion

📋 copy color: '#735A61'

red 115 ◦ green 90 ◦ blue 97

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

Shades of Scorpion #735A61

Tints of Scorpion #735A61

RGB

 RED value IS 115 (45.31% from 255) = 38.08%

 GREEN value IS 90 (35.55% from 255) = 29.8%

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 38.08%
G = 29.8%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#735A61 (or 0x735A61) is known color: Scorpion. HEX triplet: 73, 5A and 61. RGB value is (115,90,97). Sum of RGB (Red+Green+Blue) = 115+90+97=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #735A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A61 is #8CA59E. Grayscale: #626262. Windows color (decimal): -9217439 or 6380147. OLE color: 6380147.

HSL color Cylindrical-coordinate representation of color #735A61: hue angle of 343.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A61 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 90 97 -
CMYK 0 0.22 0.16 0.55
HSL 343.2º 0.12% 0.4% -
HSV(B) 343.2º 0.22% 0.45% -
XYZ 12.88 11.82 12.91 -
YUV 98.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 115 90 97 0 0.22 0.16 0.55 343.2 0.12 0.4
Hex 73 5A 61 0 16 10 37 157 C 28
Octal 163 132 141 0 26 20 67 527 14 50
Binary 1110011 1011010 1100001 0 10110 10000 110111 101010111 1100 101000

Color Harmonies of #735A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A61

Black with #735A61

Text Example


Text Example

White with #735A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735A61; }

 p { color: rgb(115,90,97); }

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

background-color css

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

 a { background-color: rgb(115,90,97); }

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

border-color css

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

 span { border-color: rgb(115,90,97); }

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