Html Css Color HEX #735E67 Scorpion

📋 copy color: '#735E67'

red 115 ◦ green 94 ◦ blue 103

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

Shades of Scorpion #735E67

Tints of Scorpion #735E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 36.86%
G = 30.13%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#735E67 (or 0x735E67) is known color: Scorpion. HEX triplet: 73, 5E and 67. RGB value is (115,94,103). Sum of RGB (Red+Green+Blue) = 115+94+103=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #735E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E67 is #8CA198. Grayscale: #656565. Windows color (decimal): -9216409 or 6774387. OLE color: 6774387.

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

Color convert

RGB 115 94 103 -
CMYK 0 0.18 0.10 0.55
HSL 334.29º 0.1% 0.41% -
HSV(B) 334.29º 0.18% 0.45% -
XYZ 13.52 12.63 14.56 -
YUV 101.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 115 94 103 0 0.18 0.10 0.55 334.29 0.1 0.41
Hex 73 5E 67 0 12 A 37 14E A 29
Octal 163 136 147 0 22 12 67 516 12 51
Binary 1110011 1011110 1100111 0 10010 1010 110111 101001110 1010 101001

Color Harmonies of #735E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E67

Black with #735E67

Text Example


Text Example

White with #735E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,94,103); }

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

background-color css

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

 a { background-color: rgb(115,94,103); }

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

border-color css

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

 span { border-color: rgb(115,94,103); }

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