Html Css Color HEX #71707B Dolphin

📋 copy color: '#71707B'

red 113 ◦ green 112 ◦ blue 123

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

Shades of Dolphin #71707B

Tints of Dolphin #71707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 32.47%
G = 32.18%
B = 35.34%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71707B (or 0x71707B) is known color: Dolphin. HEX triplet: 71, 70 and 7B. RGB value is (113,112,123). Sum of RGB (Red+Green+Blue) = 113+112+123=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #71707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71707B is #8E8F84. Grayscale: #717171. Windows color (decimal): -9342853 or 8089713. OLE color: 8089713.

HSL color Cylindrical-coordinate representation of color #71707B: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71707B is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 112 123 -
CMYK 0.08 0.09 0 0.52
HSL 245.45º 0.05% 0.46% -
HSV(B) 245.45º 0.09% 0.48% -
XYZ 16.18 16.53 21.08 -
YUV 113.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 113 112 123 0.08 0.09 0 0.52 245.45 0.05 0.46
Hex 71 70 7B 8 9 0 34 F5 5 2E
Octal 161 160 173 10 11 0 64 365 5 56
Binary 1110001 1110000 1111011 1000 1001 0 110100 11110101 101 101110

Color Harmonies of #71707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71707B

Black with #71707B

Text Example


Text Example

White with #71707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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