Html Css Color HEX #706F84 Dolphin

📋 copy color: '#706F84'

red 112 ◦ green 111 ◦ blue 132

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

Shades of Dolphin #706F84

Tints of Dolphin #706F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 31.55%
G = 31.27%
B = 37.18%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706F84 (or 0x706F84) is known color: Dolphin. HEX triplet: 70, 6F and 84. RGB value is (112,111,132). Sum of RGB (Red+Green+Blue) = 112+111+132=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #706F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F84 is #8F907B. Grayscale: #717171. Windows color (decimal): -9408636 or 8679280. OLE color: 8679280.

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

Color convert

RGB 112 111 132 -
CMYK 0.15 0.16 0 0.48
HSL 242.86º 0.09% 0.48% -
HSV(B) 242.86º 0.16% 0.52% -
XYZ 16.53 16.48 24.14 -
YUV 113.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 112 111 132 0.15 0.16 0 0.48 242.86 0.09 0.48
Hex 70 6F 84 F 10 0 30 F3 9 30
Octal 160 157 204 17 20 0 60 363 11 60
Binary 1110000 1101111 10000100 1111 10000 0 110000 11110011 1001 110000

Color Harmonies of #706F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F84

Black with #706F84

Text Example


Text Example

White with #706F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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