Html Css Color HEX #706A7E Dolphin

📋 copy color: '#706A7E'

red 112 ◦ green 106 ◦ blue 126

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

Shades of Dolphin #706A7E

Tints of Dolphin #706A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 32.56%
G = 30.81%
B = 36.63%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#706A7E (or 0x706A7E) is known color: Dolphin. HEX triplet: 70, 6A and 7E. RGB value is (112,106,126). Sum of RGB (Red+Green+Blue) = 112+106+126=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #706A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A7E is #8F9581. Grayscale: #6E6E6E. Windows color (decimal): -9409922 or 8284784. OLE color: 8284784.

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

Color convert

RGB 112 106 126 -
CMYK 0.11 0.16 0 0.51
HSL 258º 0.09% 0.45% -
HSV(B) 258º 0.16% 0.49% -
XYZ 15.6 15.26 21.86 -
YUV 110.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 112 106 126 0.11 0.16 0 0.51 258 0.09 0.45
Hex 70 6A 7E B 10 0 33 102 9 2D
Octal 160 152 176 13 20 0 63 402 11 55
Binary 1110000 1101010 1111110 1011 10000 0 110011 100000010 1001 101101

Color Harmonies of #706A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A7E

Black with #706A7E

Text Example


Text Example

White with #706A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,126); }

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

background-color css

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

 a { background-color: rgb(112,106,126); }

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

border-color css

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

 span { border-color: rgb(112,106,126); }

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