Html Css Color HEX #716C7C Dolphin

📋 copy color: '#716C7C'

red 113 ◦ green 108 ◦ blue 124

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

Shades of Dolphin #716C7C

Tints of Dolphin #716C7C

RGB

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

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

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

R = 32.75%
G = 31.3%
B = 35.94%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#716C7C (or 0x716C7C) is known color: Dolphin. HEX triplet: 71, 6C and 7C. RGB value is (113,108,124). Sum of RGB (Red+Green+Blue) = 113+108+124=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #716C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C7C is #8E9383. Grayscale: #6F6F6F. Windows color (decimal): -9343876 or 8154225. OLE color: 8154225.

HSL color Cylindrical-coordinate representation of color #716C7C: hue angle of 258.75º 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 #716C7C is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 108 124 -
CMYK 0.09 0.13 0 0.51
HSL 258.75º 0.07% 0.45% -
HSV(B) 258.75º 0.13% 0.49% -
XYZ 15.81 15.69 21.26 -
YUV 111.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 113 108 124 0.09 0.13 0 0.51 258.75 0.07 0.45
Hex 71 6C 7C 9 D 0 33 103 7 2D
Octal 161 154 174 11 15 0 63 403 7 55
Binary 1110001 1101100 1111100 1001 1101 0 110011 100000011 111 101101

Color Harmonies of #716C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C7C

Black with #716C7C

Text Example


Text Example

White with #716C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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