Html Css Color HEX #735F6A Scorpion

📋 copy color: '#735F6A'

red 115 ◦ green 95 ◦ blue 106

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

Shades of Scorpion #735F6A

Tints of Scorpion #735F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 36.39%
G = 30.06%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#735F6A (or 0x735F6A) is known color: Scorpion. HEX triplet: 73, 5F and 6A. RGB value is (115,95,106). Sum of RGB (Red+Green+Blue) = 115+95+106=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #735F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F6A is #8CA095. Grayscale: #666666. Windows color (decimal): -9216150 or 6971251. OLE color: 6971251.

HSL color Cylindrical-coordinate representation of color #735F6A: hue angle of 327º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #735F6A is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 95 106 -
CMYK 0 0.17 0.08 0.55
HSL 327º 0.1% 0.41% -
HSV(B) 327º 0.17% 0.45% -
XYZ 13.76 12.87 15.39 -
YUV 102.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 115 95 106 0 0.17 0.08 0.55 327 0.1 0.41
Hex 73 5F 6A 0 11 8 37 147 A 29
Octal 163 137 152 0 21 10 67 507 12 51
Binary 1110011 1011111 1101010 0 10001 1000 110111 101000111 1010 101001

Color Harmonies of #735F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F6A

Black with #735F6A

Text Example


Text Example

White with #735F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,95,106); }

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

background-color css

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

 a { background-color: rgb(115,95,106); }

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

border-color css

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

 span { border-color: rgb(115,95,106); }

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