Html Css Color HEX #756069 Scorpion

📋 copy color: '#756069'

red 117 ◦ green 96 ◦ blue 105

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

Shades of Scorpion #756069

Tints of Scorpion #756069

RGB

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

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

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

R = 36.79%
G = 30.19%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#756069 (or 0x756069) is known color: Scorpion. HEX triplet: 75, 60 and 69. RGB value is (117,96,105). Sum of RGB (Red+Green+Blue) = 117+96+105=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #756069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756069 is #8A9F96. Grayscale: #676767. Windows color (decimal): -9084823 or 6905973. OLE color: 6905973.

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

Color convert

RGB 117 96 105 -
CMYK 0 0.18 0.10 0.54
HSL 334.29º 0.1% 0.42% -
HSV(B) 334.29º 0.18% 0.46% -
XYZ 14.07 13.17 15.16 -
YUV 103.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 117 96 105 0 0.18 0.10 0.54 334.29 0.1 0.42
Hex 75 60 69 0 12 A 36 14E A 2A
Octal 165 140 151 0 22 12 66 516 12 52
Binary 1110101 1100000 1101001 0 10010 1010 110110 101001110 1010 101010

Color Harmonies of #756069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756069

Black with #756069

Text Example


Text Example

White with #756069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756069; }

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

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

background-color css

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

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

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

border-color css

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

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

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