Html Css Color HEX #706E82 Dolphin

📋 copy color: '#706E82'

red 112 ◦ green 110 ◦ blue 130

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

Shades of Dolphin #706E82

Tints of Dolphin #706E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 31.82%
G = 31.25%
B = 36.93%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706E82 (or 0x706E82) is known color: Dolphin. HEX triplet: 70, 6E and 82. RGB value is (112,110,130). Sum of RGB (Red+Green+Blue) = 112+110+130=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #706E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E82 is #8F917D. Grayscale: #707070. Windows color (decimal): -9408894 or 8547952. OLE color: 8547952.

HSL color Cylindrical-coordinate representation of color #706E82: hue angle of 246º 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 #706E82 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 110 130 -
CMYK 0.14 0.15 0 0.49
HSL 246º 0.08% 0.47% -
HSV(B) 246º 0.15% 0.51% -
XYZ 16.29 16.21 23.39 -
YUV 112.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 112 110 130 0.14 0.15 0 0.49 246 0.08 0.47
Hex 70 6E 82 E F 0 31 F6 8 2F
Octal 160 156 202 16 17 0 61 366 10 57
Binary 1110000 1101110 10000010 1110 1111 0 110001 11110110 1000 101111

Color Harmonies of #706E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E82

Black with #706E82

Text Example


Text Example

White with #706E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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