Html Css Color HEX #71707D Dolphin

📋 copy color: '#71707D'

red 113 ◦ green 112 ◦ blue 125

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

Shades of Dolphin #71707D

Tints of Dolphin #71707D

RGB

 RED value IS 113 (44.53% from 255) = 32.29%

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 32.29%
G = 32%
B = 35.71%

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

#71707D (or 0x71707D) is known color: Dolphin. HEX triplet: 71, 70 and 7D. RGB value is (113,112,125). Sum of RGB (Red+Green+Blue) = 113+112+125=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 125 - color contains mainly: blue. Hex color #71707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71707D is #8E8F82. Grayscale: #717171. Windows color (decimal): -9342851 or 8220785. OLE color: 8220785.

HSL color Cylindrical-coordinate representation of color #71707D: hue angle of 244.62º degrees, saturation: 0.05, 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 #71707D is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 112 125 -
CMYK 0.10 0.10 0 0.51
HSL 244.62º 0.05% 0.46% -
HSV(B) 244.62º 0.1% 0.49% -
XYZ 16.31 16.58 21.74 -
YUV 113.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 113 112 125 0.10 0.10 0 0.51 244.62 0.05 0.46
Hex 71 70 7D A A 0 33 F5 5 2E
Octal 161 160 175 12 12 0 63 365 5 56
Binary 1110001 1110000 1111101 1010 1010 0 110011 11110101 101 101110

Color Harmonies of #71707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71707D

Black with #71707D

Text Example


Text Example

White with #71707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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