Html Css Color HEX #706C7F Dolphin

📋 copy color: '#706C7F'

red 112 ◦ green 108 ◦ blue 127

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

Shades of Dolphin #706C7F

Tints of Dolphin #706C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.12%

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

R = 32.28%
G = 31.12%
B = 36.6%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#706C7F (or 0x706C7F) is known color: Dolphin. HEX triplet: 70, 6C and 7F. RGB value is (112,108,127). Sum of RGB (Red+Green+Blue) = 112+108+127=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #706C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C7F is #8F9380. Grayscale: #6F6F6F. Windows color (decimal): -9409409 or 8350832. OLE color: 8350832.

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

Color convert

RGB 112 108 127 -
CMYK 0.12 0.15 0 0.50
HSL 252.63º 0.08% 0.46% -
HSV(B) 252.63º 0.15% 0.5% -
XYZ 15.88 15.7 22.27 -
YUV 111.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 112 108 127 0.12 0.15 0 0.50 252.63 0.08 0.46
Hex 70 6C 7F C F 0 32 FD 8 2E
Octal 160 154 177 14 17 0 62 375 10 56
Binary 1110000 1101100 1111111 1100 1111 0 110010 11111101 1000 101110

Color Harmonies of #706C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C7F

Black with #706C7F

Text Example


Text Example

White with #706C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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