Html Css Color HEX #706E74 Dolphin

📋 copy color: '#706E74'

red 112 ◦ green 110 ◦ blue 116

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

Shades of Dolphin #706E74

Tints of Dolphin #706E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 33.14%
G = 32.54%
B = 34.32%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706E74 (or 0x706E74) is known color: Dolphin. HEX triplet: 70, 6E and 74. RGB value is (112,110,116). Sum of RGB (Red+Green+Blue) = 112+110+116=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 116 - color contains mainly: blue. Hex color #706E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E74 is #8F918B. Grayscale: #6F6F6F. Windows color (decimal): -9408908 or 7630448. OLE color: 7630448.

HSL color Cylindrical-coordinate representation of color #706E74: hue angle of 260º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #706E74 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 110 116 -
CMYK 0.03 0.05 0 0.55
HSL 260º 0.03% 0.44% -
HSV(B) 260º 0.05% 0.45% -
XYZ 15.41 15.86 18.77 -
YUV 111.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 112 110 116 0.03 0.05 0 0.55 260 0.03 0.44
Hex 70 6E 74 3 5 0 37 104 3 2C
Octal 160 156 164 3 5 0 67 404 3 54
Binary 1110000 1101110 1110100 11 101 0 110111 100000100 11 101100

Color Harmonies of #706E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E74

Black with #706E74

Text Example


Text Example

White with #706E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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