Html Css Color HEX #706F7C Dolphin

📋 copy color: '#706F7C'

red 112 ◦ green 111 ◦ blue 124

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

Shades of Dolphin #706F7C

Tints of Dolphin #706F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 32.28%
G = 31.99%
B = 35.73%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#706F7C (or 0x706F7C) is known color: Dolphin. HEX triplet: 70, 6F and 7C. RGB value is (112,111,124). Sum of RGB (Red+Green+Blue) = 112+111+124=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #706F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F7C is #8F9083. Grayscale: #707070. Windows color (decimal): -9408644 or 8154992. OLE color: 8154992.

HSL color Cylindrical-coordinate representation of color #706F7C: hue angle of 244.62º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706F7C is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 111 124 -
CMYK 0.10 0.10 0 0.51
HSL 244.62º 0.06% 0.46% -
HSV(B) 244.62º 0.1% 0.49% -
XYZ 16 16.27 21.37 -
YUV 112.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 112 111 124 0.10 0.10 0 0.51 244.62 0.06 0.46
Hex 70 6F 7C A A 0 33 F5 6 2E
Octal 160 157 174 12 12 0 63 365 6 56
Binary 1110000 1101111 1111100 1010 1010 0 110011 11110101 110 101110

Color Harmonies of #706F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F7C

Black with #706F7C

Text Example


Text Example

White with #706F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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