Html Css Color HEX #707071 Dolphin

📋 copy color: '#707071'

red 112 ◦ green 112 ◦ blue 113

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

Shades of Dolphin #707071

Tints of Dolphin #707071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 33.23%
G = 33.23%
B = 33.53%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#707071 (or 0x707071) is known color: Dolphin. HEX triplet: 70, 70 and 71. RGB value is (112,112,113). Sum of RGB (Red+Green+Blue) = 112+112+113=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 113 - color contains mainly: blue. Hex color #707071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707071 is #8F8F8E. Grayscale: #707070. Windows color (decimal): -9408399 or 7434352. OLE color: 7434352.

HSL color Cylindrical-coordinate representation of color #707071: hue angle of 240º degrees, saturation: 0, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #707071 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 113 -
CMYK 0.01 0.01 0 0.56
HSL 240º 0% 0.44% -
HSV(B) 240º 0.01% 0.44% -
XYZ 15.46 16.23 17.94 -
YUV 112.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 112 112 113 0.01 0.01 0 0.56 240 0 0.44
Hex 70 70 71 1 1 0 38 F0 0 2C
Octal 160 160 161 1 1 0 70 360 0 54
Binary 1110000 1110000 1110001 1 1 0 111000 11110000 0 101100

Color Harmonies of #707071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707071

Black with #707071

Text Example


Text Example

White with #707071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707071; }

 p { color: rgb(112,112,113); }

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

background-color css

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

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

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

border-color css

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

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

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