Html Css Color HEX #716769 Scorpion

📋 copy color: '#716769'

red 113 ◦ green 103 ◦ blue 105

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

Shades of Scorpion #716769

Tints of Scorpion #716769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 35.2%
G = 32.09%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#716769 (or 0x716769) is known color: Scorpion. HEX triplet: 71, 67 and 69. RGB value is (113,103,105). Sum of RGB (Red+Green+Blue) = 113+103+105=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #716769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716769 is #8E9896. Grayscale: #6A6A6A. Windows color (decimal): -9345175 or 6907761. OLE color: 6907761.

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

Color convert

RGB 113 103 105 -
CMYK 0 0.09 0.07 0.56
HSL 348º 0.05% 0.42% -
HSV(B) 348º 0.09% 0.44% -
XYZ 14.21 14.23 15.36 -
YUV 106.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 113 103 105 0 0.09 0.07 0.56 348 0.05 0.42
Hex 71 67 69 0 9 7 38 15C 5 2A
Octal 161 147 151 0 11 7 70 534 5 52
Binary 1110001 1100111 1101001 0 1001 111 111000 101011100 101 101010

Color Harmonies of #716769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716769

Black with #716769

Text Example


Text Example

White with #716769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716769; }

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

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

background-color css

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

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

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

border-color css

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

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

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