Html Css Color HEX #706D82 Dolphin

📋 copy color: '#706D82'

red 112 ◦ green 109 ◦ blue 130

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

Shades of Dolphin #706D82

Tints of Dolphin #706D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 31.91%
G = 31.05%
B = 37.04%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706D82 (or 0x706D82) is known color: Dolphin. HEX triplet: 70, 6D and 82. RGB value is (112,109,130). Sum of RGB (Red+Green+Blue) = 112+109+130=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #706D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D82 is #8F927D. Grayscale: #707070. Windows color (decimal): -9409150 or 8547696. OLE color: 8547696.

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

Color convert

RGB 112 109 130 -
CMYK 0.14 0.16 0 0.49
HSL 248.57º 0.09% 0.47% -
HSV(B) 248.57º 0.16% 0.51% -
XYZ 16.18 15.99 23.35 -
YUV 112.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 112 109 130 0.14 0.16 0 0.49 248.57 0.09 0.47
Hex 70 6D 82 E 10 0 31 F9 9 2F
Octal 160 155 202 16 20 0 61 371 11 57
Binary 1110000 1101101 10000010 1110 10000 0 110001 11111001 1001 101111

Color Harmonies of #706D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D82

Black with #706D82

Text Example


Text Example

White with #706D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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