Html Css Color HEX #706F85 Dolphin

📋 copy color: '#706F85'

red 112 ◦ green 111 ◦ blue 133

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

Shades of Dolphin #706F85

Tints of Dolphin #706F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 31.46%
G = 31.18%
B = 37.36%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706F85 (or 0x706F85) is known color: Dolphin. HEX triplet: 70, 6F and 85. RGB value is (112,111,133). Sum of RGB (Red+Green+Blue) = 112+111+133=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #706F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F85 is #8F907A. Grayscale: #717171. Windows color (decimal): -9408635 or 8744816. OLE color: 8744816.

HSL color Cylindrical-coordinate representation of color #706F85: hue angle of 242.73º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #706F85 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 111 133 -
CMYK 0.16 0.17 0 0.48
HSL 242.73º 0.09% 0.48% -
HSV(B) 242.73º 0.17% 0.52% -
XYZ 16.6 16.51 24.5 -
YUV 113.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 112 111 133 0.16 0.17 0 0.48 242.73 0.09 0.48
Hex 70 6F 85 10 11 0 30 F3 9 30
Octal 160 157 205 20 21 0 60 363 11 60
Binary 1110000 1101111 10000101 10000 10001 0 110000 11110011 1001 110000

Color Harmonies of #706F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F85

Black with #706F85

Text Example


Text Example

White with #706F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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