Html Css Color HEX #756369 Scorpion

📋 copy color: '#756369'

red 117 ◦ green 99 ◦ blue 105

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

Shades of Scorpion #756369

Tints of Scorpion #756369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 36.45%
G = 30.84%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#756369 (or 0x756369) is known color: Scorpion. HEX triplet: 75, 63 and 69. RGB value is (117,99,105). Sum of RGB (Red+Green+Blue) = 117+99+105=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #756369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756369 is #8A9C96. Grayscale: #696969. Windows color (decimal): -9084055 or 6906741. OLE color: 6906741.

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

Color convert

RGB 117 99 105 -
CMYK 0 0.15 0.10 0.54
HSL 340º 0.08% 0.42% -
HSV(B) 340º 0.15% 0.46% -
XYZ 14.35 13.73 15.26 -
YUV 105.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 117 99 105 0 0.15 0.10 0.54 340 0.08 0.42
Hex 75 63 69 0 F A 36 154 8 2A
Octal 165 143 151 0 17 12 66 524 10 52
Binary 1110101 1100011 1101001 0 1111 1010 110110 101010100 1000 101010

Color Harmonies of #756369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756369

Black with #756369

Text Example


Text Example

White with #756369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756369; }

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

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

background-color css

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

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

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

border-color css

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

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

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