Html Css Color HEX #706E7D Dolphin

📋 copy color: '#706E7D'

red 112 ◦ green 110 ◦ blue 125

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

Shades of Dolphin #706E7D

Tints of Dolphin #706E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 32.28%
G = 31.7%
B = 36.02%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#706E7D (or 0x706E7D) is known color: Dolphin. HEX triplet: 70, 6E and 7D. RGB value is (112,110,125). Sum of RGB (Red+Green+Blue) = 112+110+125=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #706E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E7D is #8F9182. Grayscale: #707070. Windows color (decimal): -9408899 or 8220272. OLE color: 8220272.

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

Color convert

RGB 112 110 125 -
CMYK 0.10 0.12 0 0.51
HSL 248º 0.06% 0.46% -
HSV(B) 248º 0.12% 0.49% -
XYZ 15.96 16.08 21.66 -
YUV 112.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 112 110 125 0.10 0.12 0 0.51 248 0.06 0.46
Hex 70 6E 7D A C 0 33 F8 6 2E
Octal 160 156 175 12 14 0 63 370 6 56
Binary 1110000 1101110 1111101 1010 1100 0 110011 11111000 110 101110

Color Harmonies of #706E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E7D

Black with #706E7D

Text Example


Text Example

White with #706E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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