Html Css Color HEX #706F7F Dolphin

📋 copy color: '#706F7F'

red 112 ◦ green 111 ◦ blue 127

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

Shades of Dolphin #706F7F

Tints of Dolphin #706F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 32%
G = 31.71%
B = 36.29%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#706F7F (or 0x706F7F) is known color: Dolphin. HEX triplet: 70, 6F and 7F. RGB value is (112,111,127). Sum of RGB (Red+Green+Blue) = 112+111+127=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #706F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F7F is #8F9080. Grayscale: #717171. Windows color (decimal): -9408641 or 8351600. OLE color: 8351600.

HSL color Cylindrical-coordinate representation of color #706F7F: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706F7F is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 111 127 -
CMYK 0.12 0.13 0 0.50
HSL 243.75º 0.07% 0.47% -
HSV(B) 243.75º 0.13% 0.5% -
XYZ 16.2 16.35 22.38 -
YUV 113.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 112 111 127 0.12 0.13 0 0.50 243.75 0.07 0.47
Hex 70 6F 7F C D 0 32 F4 7 2F
Octal 160 157 177 14 15 0 62 364 7 57
Binary 1110000 1101111 1111111 1100 1101 0 110010 11110100 111 101111

Color Harmonies of #706F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F7F

Black with #706F7F

Text Example


Text Example

White with #706F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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