Html Css Color HEX #736067 Scorpion

📋 copy color: '#736067'

red 115 ◦ green 96 ◦ blue 103

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

Shades of Scorpion #736067

Tints of Scorpion #736067

RGB

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

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

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

R = 36.62%
G = 30.57%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#736067 (or 0x736067) is known color: Scorpion. HEX triplet: 73, 60 and 67. RGB value is (115,96,103). Sum of RGB (Red+Green+Blue) = 115+96+103=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #736067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736067 is #8C9F98. Grayscale: #666666. Windows color (decimal): -9215897 or 6774899. OLE color: 6774899.

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

Color convert

RGB 115 96 103 -
CMYK 0 0.17 0.10 0.55
HSL 337.89º 0.09% 0.41% -
HSV(B) 337.89º 0.17% 0.45% -
XYZ 13.7 12.99 14.62 -
YUV 102.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 115 96 103 0 0.17 0.10 0.55 337.89 0.09 0.41
Hex 73 60 67 0 11 A 37 152 9 29
Octal 163 140 147 0 21 12 67 522 11 51
Binary 1110011 1100000 1100111 0 10001 1010 110111 101010010 1001 101001

Color Harmonies of #736067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736067

Black with #736067

Text Example


Text Example

White with #736067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736067; }

 p { color: rgb(115,96,103); }

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

background-color css

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

 a { background-color: rgb(115,96,103); }

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

border-color css

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

 span { border-color: rgb(115,96,103); }

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