Html Css Color HEX #715F67 Scorpion

📋 copy color: '#715F67'

red 113 ◦ green 95 ◦ blue 103

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

Shades of Scorpion #715F67

Tints of Scorpion #715F67

RGB

 RED value IS 113 (44.53% from 255) = 36.33%

 GREEN value IS 95 (37.5% from 255) = 30.55%

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

R = 36.33%
G = 30.55%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#715F67 (or 0x715F67) is known color: Scorpion. HEX triplet: 71, 5F and 67. RGB value is (113,95,103). Sum of RGB (Red+Green+Blue) = 113+95+103=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #715F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F67 is #8EA098. Grayscale: #656565. Windows color (decimal): -9347225 or 6774641. OLE color: 6774641.

HSL color Cylindrical-coordinate representation of color #715F67: hue angle of 333.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #715F67 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 95 103 -
CMYK 0 0.16 0.09 0.56
HSL 333.33º 0.09% 0.41% -
HSV(B) 333.33º 0.16% 0.44% -
XYZ 13.35 12.67 14.57 -
YUV 101.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 113 95 103 0 0.16 0.09 0.56 333.33 0.09 0.41
Hex 71 5F 67 0 10 9 38 14D 9 29
Octal 161 137 147 0 20 11 70 515 11 51
Binary 1110001 1011111 1100111 0 10000 1001 111000 101001101 1001 101001

Color Harmonies of #715F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F67

Black with #715F67

Text Example


Text Example

White with #715F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715F67; }

 p { color: rgb(113,95,103); }

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

background-color css

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

 a { background-color: rgb(113,95,103); }

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

border-color css

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

 span { border-color: rgb(113,95,103); }

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