Html Css Color HEX #745D69 Scorpion

📋 copy color: '#745D69'

red 116 ◦ green 93 ◦ blue 105

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

Shades of Scorpion #745D69

Tints of Scorpion #745D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 36.94%
G = 29.62%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#745D69 (or 0x745D69) is known color: Scorpion. HEX triplet: 74, 5D and 69. RGB value is (116,93,105). Sum of RGB (Red+Green+Blue) = 116+93+105=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #745D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D69 is #8BA296. Grayscale: #656565. Windows color (decimal): -9151127 or 6905204. OLE color: 6905204.

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

Color convert

RGB 116 93 105 -
CMYK 0 0.20 0.09 0.55
HSL 328.7º 0.11% 0.41% -
HSV(B) 328.7º 0.2% 0.45% -
XYZ 13.67 12.56 15.07 -
YUV 101.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 116 93 105 0 0.20 0.09 0.55 328.7 0.11 0.41
Hex 74 5D 69 0 14 9 37 149 B 29
Octal 164 135 151 0 24 11 67 511 13 51
Binary 1110100 1011101 1101001 0 10100 1001 110111 101001001 1011 101001

Color Harmonies of #745D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D69

Black with #745D69

Text Example


Text Example

White with #745D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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