Html Css Color HEX #706E81 Dolphin

📋 copy color: '#706E81'

red 112 ◦ green 110 ◦ blue 129

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

Shades of Dolphin #706E81

Tints of Dolphin #706E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 31.91%
G = 31.34%
B = 36.75%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706E81 (or 0x706E81) is known color: Dolphin. HEX triplet: 70, 6E and 81. RGB value is (112,110,129). Sum of RGB (Red+Green+Blue) = 112+110+129=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #706E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E81 is #8F917E. Grayscale: #707070. Windows color (decimal): -9408895 or 8482416. OLE color: 8482416.

HSL color Cylindrical-coordinate representation of color #706E81: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #706E81 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 110 129 -
CMYK 0.13 0.15 0 0.49
HSL 246.32º 0.08% 0.47% -
HSV(B) 246.32º 0.15% 0.51% -
XYZ 16.22 16.18 23.04 -
YUV 112.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 112 110 129 0.13 0.15 0 0.49 246.32 0.08 0.47
Hex 70 6E 81 D F 0 31 F6 8 2F
Octal 160 156 201 15 17 0 61 366 10 57
Binary 1110000 1101110 10000001 1101 1111 0 110001 11110110 1000 101111

Color Harmonies of #706E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E81

Black with #706E81

Text Example


Text Example

White with #706E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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