Html Css Color HEX #706E84 Dolphin

📋 copy color: '#706E84'

red 112 ◦ green 110 ◦ blue 132

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

Shades of Dolphin #706E84

Tints of Dolphin #706E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 31.64%
G = 31.07%
B = 37.29%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706E84 (or 0x706E84) is known color: Dolphin. HEX triplet: 70, 6E and 84. RGB value is (112,110,132). Sum of RGB (Red+Green+Blue) = 112+110+132=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #706E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E84 is #8F917B. Grayscale: #717171. Windows color (decimal): -9408892 or 8679024. OLE color: 8679024.

HSL color Cylindrical-coordinate representation of color #706E84: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #706E84 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 110 132 -
CMYK 0.15 0.17 0 0.48
HSL 245.45º 0.09% 0.47% -
HSV(B) 245.45º 0.17% 0.52% -
XYZ 16.42 16.26 24.1 -
YUV 113.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 112 110 132 0.15 0.17 0 0.48 245.45 0.09 0.47
Hex 70 6E 84 F 11 0 30 F5 9 2F
Octal 160 156 204 17 21 0 60 365 11 57
Binary 1110000 1101110 10000100 1111 10001 0 110000 11110101 1001 101111

Color Harmonies of #706E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E84

Black with #706E84

Text Example


Text Example

White with #706E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,132); }

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

background-color css

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

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

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

border-color css

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

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

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