Html Css Color HEX #706E7C Dolphin

📋 copy color: '#706E7C'

red 112 ◦ green 110 ◦ blue 124

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

Shades of Dolphin #706E7C

Tints of Dolphin #706E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 32.37%
G = 31.79%
B = 35.84%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#706E7C (or 0x706E7C) is known color: Dolphin. HEX triplet: 70, 6E and 7C. RGB value is (112,110,124). Sum of RGB (Red+Green+Blue) = 112+110+124=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #706E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E7C is #8F9183. Grayscale: #707070. Windows color (decimal): -9408900 or 8154736. OLE color: 8154736.

HSL color Cylindrical-coordinate representation of color #706E7C: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706E7C is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 110 124 -
CMYK 0.10 0.11 0 0.51
HSL 248.57º 0.06% 0.46% -
HSV(B) 248.57º 0.11% 0.49% -
XYZ 15.9 16.05 21.33 -
YUV 112.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 112 110 124 0.10 0.11 0 0.51 248.57 0.06 0.46
Hex 70 6E 7C A B 0 33 F9 6 2E
Octal 160 156 174 12 13 0 63 371 6 56
Binary 1110000 1101110 1111100 1010 1011 0 110011 11111001 110 101110

Color Harmonies of #706E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E7C

Black with #706E7C

Text Example


Text Example

White with #706E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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