Html Css Color HEX #756267 Scorpion

📋 copy color: '#756267'

red 117 ◦ green 98 ◦ blue 103

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

Shades of Scorpion #756267

Tints of Scorpion #756267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

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

R = 36.79%
G = 30.82%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#756267 (or 0x756267) is known color: Scorpion. HEX triplet: 75, 62 and 67. RGB value is (117,98,103). Sum of RGB (Red+Green+Blue) = 117+98+103=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #756267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756267 is #8A9D98. Grayscale: #686868. Windows color (decimal): -9084313 or 6775413. OLE color: 6775413.

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

Color convert

RGB 117 98 103 -
CMYK 0 0.16 0.12 0.54
HSL 344.21º 0.09% 0.42% -
HSV(B) 344.21º 0.16% 0.46% -
XYZ 14.15 13.5 14.69 -
YUV 104.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 117 98 103 0 0.16 0.12 0.54 344.21 0.09 0.42
Hex 75 62 67 0 10 C 36 158 9 2A
Octal 165 142 147 0 20 14 66 530 11 52
Binary 1110101 1100010 1100111 0 10000 1100 110110 101011000 1001 101010

Color Harmonies of #756267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756267

Black with #756267

Text Example


Text Example

White with #756267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756267; }

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

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

background-color css

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

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

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

border-color css

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

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

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