Html Css Color HEX #706565 Dim Gray

📋 copy color: '#706565'

red 112 ◦ green 101 ◦ blue 101

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

Shades of Dim Gray #706565

Tints of Dim Gray #706565

RGB

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

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

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

R = 35.67%
G = 32.17%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#706565 (or 0x706565) is known color: Dim Gray. HEX triplet: 70, 65 and 65. RGB value is (112,101,101). Sum of RGB (Red+Green+Blue) = 112+101+101=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706565 is #8F9A9A. Grayscale: #686868. Windows color (decimal): -9411227 or 6645104. OLE color: 6645104.

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

Color convert

RGB 112 101 101 -
CMYK 0 0.10 0.10 0.56
HSL 0.05% 0.42% -
HSV(B) 0.1% 0.44% -
XYZ 13.68 13.69 14.23 -
YUV 104.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 112 101 101 0 0.10 0.10 0.56 0 0.05 0.42
Hex 70 65 65 0 A A 38 0 5 2A
Octal 160 145 145 0 12 12 70 0 5 52
Binary 1110000 1100101 1100101 0 1010 1010 111000 0 101 101010

Color Harmonies of #706565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706565

Black with #706565

Text Example


Text Example

White with #706565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706565; }

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

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

background-color css

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

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

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

border-color css

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

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

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