Html Css Color HEX #706C7C Dolphin

📋 copy color: '#706C7C'

red 112 ◦ green 108 ◦ blue 124

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

Shades of Dolphin #706C7C

Tints of Dolphin #706C7C

RGB

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

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

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

R = 32.56%
G = 31.4%
B = 36.05%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#706C7C (or 0x706C7C) is known color: Dolphin. HEX triplet: 70, 6C and 7C. RGB value is (112,108,124). Sum of RGB (Red+Green+Blue) = 112+108+124=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #706C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C7C is #8F9383. Grayscale: #6E6E6E. Windows color (decimal): -9409412 or 8154224. OLE color: 8154224.

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

Color convert

RGB 112 108 124 -
CMYK 0.10 0.13 0 0.51
HSL 255º 0.07% 0.45% -
HSV(B) 255º 0.13% 0.49% -
XYZ 15.68 15.63 21.26 -
YUV 111.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 112 108 124 0.10 0.13 0 0.51 255 0.07 0.45
Hex 70 6C 7C A D 0 33 FF 7 2D
Octal 160 154 174 12 15 0 63 377 7 55
Binary 1110000 1101100 1111100 1010 1101 0 110011 11111111 111 101101

Color Harmonies of #706C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C7C

Black with #706C7C

Text Example


Text Example

White with #706C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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