Html Css Color HEX #706D76 Dolphin

📋 copy color: '#706D76'

red 112 ◦ green 109 ◦ blue 118

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

Shades of Dolphin #706D76

Tints of Dolphin #706D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.15%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 33.04%
G = 32.15%
B = 34.81%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706D76 (or 0x706D76) is known color: Dolphin. HEX triplet: 70, 6D and 76. RGB value is (112,109,118). Sum of RGB (Red+Green+Blue) = 112+109+118=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #706D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D76 is #8F9289. Grayscale: #6E6E6E. Windows color (decimal): -9409162 or 7761264. OLE color: 7761264.

HSL color Cylindrical-coordinate representation of color #706D76: hue angle of 260º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706D76 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 109 118 -
CMYK 0.05 0.08 0 0.54
HSL 260º 0.04% 0.45% -
HSV(B) 260º 0.08% 0.46% -
XYZ 15.42 15.69 19.36 -
YUV 110.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 112 109 118 0.05 0.08 0 0.54 260 0.04 0.45
Hex 70 6D 76 5 8 0 36 104 4 2D
Octal 160 155 166 5 10 0 66 404 4 55
Binary 1110000 1101101 1110110 101 1000 0 110110 100000100 100 101101

Color Harmonies of #706D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D76

Black with #706D76

Text Example


Text Example

White with #706D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706D76; }

 p { color: rgb(112,109,118); }

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

background-color css

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

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

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

border-color css

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

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

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