Html Css Color HEX #745D67 Scorpion

📋 copy color: '#745D67'

red 116 ◦ green 93 ◦ blue 103

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

Shades of Scorpion #745D67

Tints of Scorpion #745D67

RGB

 RED value IS 116 (45.7% from 255) = 37.18%

 GREEN value IS 93 (36.72% from 255) = 29.81%

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

R = 37.18%
G = 29.81%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#745D67 (or 0x745D67) is known color: Scorpion. HEX triplet: 74, 5D and 67. RGB value is (116,93,103). Sum of RGB (Red+Green+Blue) = 116+93+103=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #745D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D67 is #8BA298. Grayscale: #646464. Windows color (decimal): -9151129 or 6774132. OLE color: 6774132.

HSL color Cylindrical-coordinate representation of color #745D67: hue angle of 333.91º 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 #745D67 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 103 -
CMYK 0 0.20 0.11 0.55
HSL 333.91º 0.11% 0.41% -
HSV(B) 333.91º 0.2% 0.45% -
XYZ 13.56 12.52 14.53 -
YUV 101.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 116 93 103 0 0.20 0.11 0.55 333.91 0.11 0.41
Hex 74 5D 67 0 14 B 37 14E B 29
Octal 164 135 147 0 24 13 67 516 13 51
Binary 1110100 1011101 1100111 0 10100 1011 110111 101001110 1011 101001

Color Harmonies of #745D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D67

Black with #745D67

Text Example


Text Example

White with #745D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D67; }

 p { color: rgb(116,93,103); }

 H1.HeaderClassName
 {
   color: #745D67;
 }
 .AnyTagClassName
 {
   color: #745D67;
 }
</style>

background-color css

<style>
 a { background-color: #745D67; }

 a { background-color: rgb(116,93,103); }

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

border-color css

<style>
 span { border-color: #745D67; }

 span { border-color: rgb(116,93,103); }

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