Html Css Color HEX #705F69 Scorpion

📋 copy color: '#705F69'

red 112 ◦ green 95 ◦ blue 105

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

Shades of Scorpion #705F69

Tints of Scorpion #705F69

RGB

 RED value IS 112 (44.14% from 255) = 35.9%

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

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

R = 35.9%
G = 30.45%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#705F69 (or 0x705F69) is known color: Scorpion. HEX triplet: 70, 5F and 69. RGB value is (112,95,105). Sum of RGB (Red+Green+Blue) = 112+95+105=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #705F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F69 is #8FA096. Grayscale: #656565. Windows color (decimal): -9412759 or 6905712. OLE color: 6905712.

HSL color Cylindrical-coordinate representation of color #705F69: hue angle of 324.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F69 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 95 105 -
CMYK 0 0.15 0.06 0.56
HSL 324.71º 0.08% 0.41% -
HSV(B) 324.71º 0.15% 0.44% -
XYZ 13.32 12.65 15.1 -
YUV 101.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 112 95 105 0 0.15 0.06 0.56 324.71 0.08 0.41
Hex 70 5F 69 0 F 6 38 145 8 29
Octal 160 137 151 0 17 6 70 505 10 51
Binary 1110000 1011111 1101001 0 1111 110 111000 101000101 1000 101001

Color Harmonies of #705F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F69

Black with #705F69

Text Example


Text Example

White with #705F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705F69; }

 p { color: rgb(112,95,105); }

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

background-color css

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

 a { background-color: rgb(112,95,105); }

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

border-color css

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

 span { border-color: rgb(112,95,105); }

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