Html Css Color HEX #756067 Scorpion

📋 copy color: '#756067'

red 117 ◦ green 96 ◦ blue 103

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

Shades of Scorpion #756067

Tints of Scorpion #756067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

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

R = 37.03%
G = 30.38%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#756067 (or 0x756067) is known color: Scorpion. HEX triplet: 75, 60 and 67. RGB value is (117,96,103). Sum of RGB (Red+Green+Blue) = 117+96+103=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756067 is #8A9F98. Grayscale: #676767. Windows color (decimal): -9084825 or 6774901. OLE color: 6774901.

HSL color Cylindrical-coordinate representation of color #756067: hue angle of 340º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756067 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 103 -
CMYK 0 0.18 0.12 0.54
HSL 340º 0.1% 0.42% -
HSV(B) 340º 0.18% 0.46% -
XYZ 13.97 13.13 14.63 -
YUV 103.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 117 96 103 0 0.18 0.12 0.54 340 0.1 0.42
Hex 75 60 67 0 12 C 36 154 A 2A
Octal 165 140 147 0 22 14 66 524 12 52
Binary 1110101 1100000 1100111 0 10010 1100 110110 101010100 1010 101010

Color Harmonies of #756067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756067

Black with #756067

Text Example


Text Example

White with #756067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756067; }

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

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

background-color css

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

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

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

border-color css

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

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

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