Html Css Color HEX #706E7F Dolphin

📋 copy color: '#706E7F'

red 112 ◦ green 110 ◦ blue 127

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

Shades of Dolphin #706E7F

Tints of Dolphin #706E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 32.09%
G = 31.52%
B = 36.39%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#706E7F (or 0x706E7F) is known color: Dolphin. HEX triplet: 70, 6E and 7F. RGB value is (112,110,127). Sum of RGB (Red+Green+Blue) = 112+110+127=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #706E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E7F is #8F9180. Grayscale: #707070. Windows color (decimal): -9408897 or 8351344. OLE color: 8351344.

HSL color Cylindrical-coordinate representation of color #706E7F: hue angle of 247.06º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706E7F is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 110 127 -
CMYK 0.12 0.13 0 0.50
HSL 247.06º 0.07% 0.46% -
HSV(B) 247.06º 0.13% 0.5% -
XYZ 16.09 16.13 22.34 -
YUV 112.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 112 110 127 0.12 0.13 0 0.50 247.06 0.07 0.46
Hex 70 6E 7F C D 0 32 F7 7 2E
Octal 160 156 177 14 15 0 62 367 7 56
Binary 1110000 1101110 1111111 1100 1101 0 110010 11110111 111 101110

Color Harmonies of #706E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E7F

Black with #706E7F

Text Example


Text Example

White with #706E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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