Html Css Color HEX #71717C Dolphin

📋 copy color: '#71717C'

red 113 ◦ green 113 ◦ blue 124

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

Shades of Dolphin #71717C

Tints of Dolphin #71717C

RGB

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

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

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

R = 32.29%
G = 32.29%
B = 35.43%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71717C (or 0x71717C) is known color: Dolphin. HEX triplet: 71, 71 and 7C. RGB value is (113,113,124). Sum of RGB (Red+Green+Blue) = 113+113+124=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #71717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71717C is #8E8E83. Grayscale: #727272. Windows color (decimal): -9342596 or 8155505. OLE color: 8155505.

HSL color Cylindrical-coordinate representation of color #71717C: hue angle of 240º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71717C is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 113 124 -
CMYK 0.09 0.09 0 0.51
HSL 240º 0.05% 0.46% -
HSV(B) 240º 0.09% 0.49% -
XYZ 16.35 16.78 21.45 -
YUV 114.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 113 113 124 0.09 0.09 0 0.51 240 0.05 0.46
Hex 71 71 7C 9 9 0 33 F0 5 2E
Octal 161 161 174 11 11 0 63 360 5 56
Binary 1110001 1110001 1111100 1001 1001 0 110011 11110000 101 101110

Color Harmonies of #71717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71717C

Black with #71717C

Text Example


Text Example

White with #71717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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