Html Css Color HEX #706F76 Dolphin

📋 copy color: '#706F76'

red 112 ◦ green 111 ◦ blue 118

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

Shades of Dolphin #706F76

Tints of Dolphin #706F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 32.84%
G = 32.55%
B = 34.6%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706F76 (or 0x706F76) is known color: Dolphin. HEX triplet: 70, 6F and 76. RGB value is (112,111,118). Sum of RGB (Red+Green+Blue) = 112+111+118=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #706F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F76 is #8F9089. Grayscale: #707070. Windows color (decimal): -9408650 or 7761776. OLE color: 7761776.

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

Color convert

RGB 112 111 118 -
CMYK 0.05 0.06 0 0.54
HSL 248.57º 0.03% 0.45% -
HSV(B) 248.57º 0.06% 0.46% -
XYZ 15.64 16.12 19.43 -
YUV 112.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 112 111 118 0.05 0.06 0 0.54 248.57 0.03 0.45
Hex 70 6F 76 5 6 0 36 F9 3 2D
Octal 160 157 166 5 6 0 66 371 3 55
Binary 1110000 1101111 1110110 101 110 0 110110 11111001 11 101101

Color Harmonies of #706F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F76

Black with #706F76

Text Example


Text Example

White with #706F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,118); }

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

background-color css

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

 a { background-color: rgb(112,111,118); }

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

border-color css

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

 span { border-color: rgb(112,111,118); }

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