Html Css Color HEX #705F65 Scorpion

📋 copy color: '#705F65'

red 112 ◦ green 95 ◦ blue 101

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

Shades of Scorpion #705F65

Tints of Scorpion #705F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 36.36%
G = 30.84%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#705F65 (or 0x705F65) is known color: Scorpion. HEX triplet: 70, 5F and 65. RGB value is (112,95,101). Sum of RGB (Red+Green+Blue) = 112+95+101=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #705F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F65 is #8FA09A. Grayscale: #646464. Windows color (decimal): -9412763 or 6643568. OLE color: 6643568.

HSL color Cylindrical-coordinate representation of color #705F65: hue angle of 338.82º 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 #705F65 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 95 101 -
CMYK 0 0.15 0.10 0.56
HSL 338.82º 0.08% 0.41% -
HSV(B) 338.82º 0.15% 0.44% -
XYZ 13.12 12.57 14.05 -
YUV 100.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 112 95 101 0 0.15 0.10 0.56 338.82 0.08 0.41
Hex 70 5F 65 0 F A 38 153 8 29
Octal 160 137 145 0 17 12 70 523 10 51
Binary 1110000 1011111 1100101 0 1111 1010 111000 101010011 1000 101001

Color Harmonies of #705F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F65

Black with #705F65

Text Example


Text Example

White with #705F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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