Html Css Color HEX #706F73 Dolphin

📋 copy color: '#706F73'

red 112 ◦ green 111 ◦ blue 115

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

Shades of Dolphin #706F73

Tints of Dolphin #706F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 33.14%
G = 32.84%
B = 34.02%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706F73 (or 0x706F73) is known color: Dolphin. HEX triplet: 70, 6F and 73. RGB value is (112,111,115). Sum of RGB (Red+Green+Blue) = 112+111+115=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 115 - color contains mainly: blue. Hex color #706F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F73 is #8F908C. Grayscale: #6F6F6F. Windows color (decimal): -9408653 or 7565168. OLE color: 7565168.

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

Color convert

RGB 112 111 115 -
CMYK 0.03 0.03 0 0.55
HSL 255º 0.02% 0.44% -
HSV(B) 255º 0.03% 0.45% -
XYZ 15.46 16.05 18.5 -
YUV 111.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 112 111 115 0.03 0.03 0 0.55 255 0.02 0.44
Hex 70 6F 73 3 3 0 37 FF 2 2C
Octal 160 157 163 3 3 0 67 377 2 54
Binary 1110000 1101111 1110011 11 11 0 110111 11111111 10 101100

Color Harmonies of #706F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F73

Black with #706F73

Text Example


Text Example

White with #706F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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