Html Css Color HEX #756269 Scorpion

📋 copy color: '#756269'

red 117 ◦ green 98 ◦ blue 105

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

Shades of Scorpion #756269

Tints of Scorpion #756269

RGB

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

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

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

R = 36.56%
G = 30.63%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#756269 (or 0x756269) is known color: Scorpion. HEX triplet: 75, 62 and 69. RGB value is (117,98,105). Sum of RGB (Red+Green+Blue) = 117+98+105=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756269 is #8A9D96. Grayscale: #686868. Windows color (decimal): -9084311 or 6906485. OLE color: 6906485.

HSL color Cylindrical-coordinate representation of color #756269: hue angle of 337.89º 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 #756269 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 105 -
CMYK 0 0.16 0.10 0.54
HSL 337.89º 0.09% 0.42% -
HSV(B) 337.89º 0.16% 0.46% -
XYZ 14.25 13.54 15.23 -
YUV 104.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 117 98 105 0 0.16 0.10 0.54 337.89 0.09 0.42
Hex 75 62 69 0 10 A 36 152 9 2A
Octal 165 142 151 0 20 12 66 522 11 52
Binary 1110101 1100010 1101001 0 10000 1010 110110 101010010 1001 101010

Color Harmonies of #756269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756269

Black with #756269

Text Example


Text Example

White with #756269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756269; }

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

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

background-color css

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

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

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

border-color css

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

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

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