Html Css Color HEX #71656A Scorpion

📋 copy color: '#71656A'

red 113 ◦ green 101 ◦ blue 106

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

Shades of Scorpion #71656A

Tints of Scorpion #71656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 35.31%
G = 31.56%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71656A (or 0x71656A) is known color: Scorpion. HEX triplet: 71, 65 and 6A. RGB value is (113,101,106). Sum of RGB (Red+Green+Blue) = 113+101+106=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #71656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71656A is #8E9A95. Grayscale: #696969. Windows color (decimal): -9345686 or 6972785. OLE color: 6972785.

HSL color Cylindrical-coordinate representation of color #71656A: hue angle of 335º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71656A is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 106 -
CMYK 0 0.11 0.06 0.56
HSL 335º 0.06% 0.42% -
HSV(B) 335º 0.11% 0.44% -
XYZ 14.07 13.86 15.57 -
YUV 105.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 113 101 106 0 0.11 0.06 0.56 335 0.06 0.42
Hex 71 65 6A 0 B 6 38 14F 6 2A
Octal 161 145 152 0 13 6 70 517 6 52
Binary 1110001 1100101 1101010 0 1011 110 111000 101001111 110 101010

Color Harmonies of #71656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71656A

Black with #71656A

Text Example


Text Example

White with #71656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71656A; }

 p { color: rgb(113,101,106); }

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

background-color css

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

 a { background-color: rgb(113,101,106); }

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

border-color css

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

 span { border-color: rgb(113,101,106); }

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