Html Css Color HEX #736469 Scorpion

📋 copy color: '#736469'

red 115 ◦ green 100 ◦ blue 105

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

Shades of Scorpion #736469

Tints of Scorpion #736469

RGB

 RED value IS 115 (45.31% from 255) = 35.94%

 GREEN value IS 100 (39.45% from 255) = 31.25%

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

R = 35.94%
G = 31.25%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#736469 (or 0x736469) is known color: Scorpion. HEX triplet: 73, 64 and 69. RGB value is (115,100,105). Sum of RGB (Red+Green+Blue) = 115+100+105=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #736469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736469 is #8C9B96. Grayscale: #696969. Windows color (decimal): -9214871 or 6906995. OLE color: 6906995.

HSL color Cylindrical-coordinate representation of color #736469: hue angle of 340º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736469 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 100 105 -
CMYK 0 0.13 0.09 0.55
HSL 340º 0.07% 0.42% -
HSV(B) 340º 0.13% 0.45% -
XYZ 14.18 13.78 15.28 -
YUV 105.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 115 100 105 0 0.13 0.09 0.55 340 0.07 0.42
Hex 73 64 69 0 D 9 37 154 7 2A
Octal 163 144 151 0 15 11 67 524 7 52
Binary 1110011 1100100 1101001 0 1101 1001 110111 101010100 111 101010

Color Harmonies of #736469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736469

Black with #736469

Text Example


Text Example

White with #736469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736469; }

 p { color: rgb(115,100,105); }

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

background-color css

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

 a { background-color: rgb(115,100,105); }

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

border-color css

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

 span { border-color: rgb(115,100,105); }

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