Html Css Color HEX #755E67 Scorpion

📋 copy color: '#755E67'

red 117 ◦ green 94 ◦ blue 103

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

Shades of Scorpion #755E67

Tints of Scorpion #755E67

RGB

 RED value IS 117 (46.09% from 255) = 37.26%

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

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

R = 37.26%
G = 29.94%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#755E67 (or 0x755E67) is known color: Scorpion. HEX triplet: 75, 5E and 67. RGB value is (117,94,103). Sum of RGB (Red+Green+Blue) = 117+94+103=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E67 is #8AA198. Grayscale: #656565. Windows color (decimal): -9085337 or 6774389. OLE color: 6774389.

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

Color convert

RGB 117 94 103 -
CMYK 0 0.20 0.12 0.54
HSL 336.52º 0.11% 0.41% -
HSV(B) 336.52º 0.2% 0.46% -
XYZ 13.79 12.77 14.57 -
YUV 101.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 117 94 103 0 0.20 0.12 0.54 336.52 0.11 0.41
Hex 75 5E 67 0 14 C 36 151 B 29
Octal 165 136 147 0 24 14 66 521 13 51
Binary 1110101 1011110 1100111 0 10100 1100 110110 101010001 1011 101001

Color Harmonies of #755E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E67

Black with #755E67

Text Example


Text Example

White with #755E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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