Html Css Color HEX #735C65 Scorpion

📋 copy color: '#735C65'

red 115 ◦ green 92 ◦ blue 101

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

Shades of Scorpion #735C65

Tints of Scorpion #735C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 37.34%
G = 29.87%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#735C65 (or 0x735C65) is known color: Scorpion. HEX triplet: 73, 5C and 65. RGB value is (115,92,101). Sum of RGB (Red+Green+Blue) = 115+92+101=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #735C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C65 is #8CA39A. Grayscale: #636363. Windows color (decimal): -9216923 or 6642803. OLE color: 6642803.

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

Color convert

RGB 115 92 101 -
CMYK 0 0.20 0.12 0.55
HSL 336.52º 0.11% 0.41% -
HSV(B) 336.52º 0.2% 0.45% -
XYZ 13.25 12.24 13.98 -
YUV 99.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 115 92 101 0 0.20 0.12 0.55 336.52 0.11 0.41
Hex 73 5C 65 0 14 C 37 151 B 29
Octal 163 134 145 0 24 14 67 521 13 51
Binary 1110011 1011100 1100101 0 10100 1100 110111 101010001 1011 101001

Color Harmonies of #735C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C65

Black with #735C65

Text Example


Text Example

White with #735C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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