Html Css Color HEX #715C67 Scorpion

📋 copy color: '#715C67'

red 113 ◦ green 92 ◦ blue 103

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

Shades of Scorpion #715C67

Tints of Scorpion #715C67

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 36.69%
G = 29.87%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#715C67 (or 0x715C67) is known color: Scorpion. HEX triplet: 71, 5C and 67. RGB value is (113,92,103). Sum of RGB (Red+Green+Blue) = 113+92+103=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #715C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C67 is #8EA398. Grayscale: #636363. Windows color (decimal): -9347993 or 6773873. OLE color: 6773873.

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

Color convert

RGB 113 92 103 -
CMYK 0 0.19 0.09 0.56
HSL 328.57º 0.1% 0.4% -
HSV(B) 328.57º 0.19% 0.44% -
XYZ 13.09 12.14 14.49 -
YUV 99.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 113 92 103 0 0.19 0.09 0.56 328.57 0.1 0.4
Hex 71 5C 67 0 13 9 38 149 A 28
Octal 161 134 147 0 23 11 70 511 12 50
Binary 1110001 1011100 1100111 0 10011 1001 111000 101001001 1010 101000

Color Harmonies of #715C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C67

Black with #715C67

Text Example


Text Example

White with #715C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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