Html Css Color HEX #735B65 Scorpion

📋 copy color: '#735B65'

red 115 ◦ green 91 ◦ blue 101

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

Shades of Scorpion #735B65

Tints of Scorpion #735B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 37.46%
G = 29.64%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#735B65 (or 0x735B65) is known color: Scorpion. HEX triplet: 73, 5B and 65. RGB value is (115,91,101). Sum of RGB (Red+Green+Blue) = 115+91+101=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #735B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B65 is #8CA49A. Grayscale: #636363. Windows color (decimal): -9217179 or 6642547. OLE color: 6642547.

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

Color convert

RGB 115 91 101 -
CMYK 0 0.21 0.12 0.55
HSL 335º 0.12% 0.4% -
HSV(B) 335º 0.21% 0.45% -
XYZ 13.16 12.07 13.95 -
YUV 99.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 115 91 101 0 0.21 0.12 0.55 335 0.12 0.4
Hex 73 5B 65 0 15 C 37 14F C 28
Octal 163 133 145 0 25 14 67 517 14 50
Binary 1110011 1011011 1100101 0 10101 1100 110111 101001111 1100 101000

Color Harmonies of #735B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735B65

Black with #735B65

Text Example


Text Example

White with #735B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,91,101); }

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

background-color css

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

 a { background-color: rgb(115,91,101); }

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

border-color css

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

 span { border-color: rgb(115,91,101); }

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