Html Css Color HEX #706D78 Dolphin

📋 copy color: '#706D78'

red 112 ◦ green 109 ◦ blue 120

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

Shades of Dolphin #706D78

Tints of Dolphin #706D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 32.84%
G = 31.96%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706D78 (or 0x706D78) is known color: Dolphin. HEX triplet: 70, 6D and 78. RGB value is (112,109,120). Sum of RGB (Red+Green+Blue) = 112+109+120=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #706D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D78 is #8F9287. Grayscale: #6F6F6F. Windows color (decimal): -9409160 or 7892336. OLE color: 7892336.

HSL color Cylindrical-coordinate representation of color #706D78: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #706D78 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 109 120 -
CMYK 0.07 0.09 0 0.53
HSL 256.36º 0.05% 0.45% -
HSV(B) 256.36º 0.09% 0.47% -
XYZ 15.54 15.74 19.99 -
YUV 111.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 112 109 120 0.07 0.09 0 0.53 256.36 0.05 0.45
Hex 70 6D 78 7 9 0 35 100 5 2D
Octal 160 155 170 7 11 0 65 400 5 55
Binary 1110000 1101101 1111000 111 1001 0 110101 100000000 101 101101

Color Harmonies of #706D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D78

Black with #706D78

Text Example


Text Example

White with #706D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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