Html Css Color HEX #716B7E Dolphin

📋 copy color: '#716B7E'

red 113 ◦ green 107 ◦ blue 126

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

Shades of Dolphin #716B7E

Tints of Dolphin #716B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 32.66%
G = 30.92%
B = 36.42%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#716B7E (or 0x716B7E) is known color: Dolphin. HEX triplet: 71, 6B and 7E. RGB value is (113,107,126). Sum of RGB (Red+Green+Blue) = 113+107+126=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 126 - color contains mainly: blue. Hex color #716B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B7E is #8E9481. Grayscale: #6E6E6E. Windows color (decimal): -9344130 or 8285041. OLE color: 8285041.

HSL color Cylindrical-coordinate representation of color #716B7E: hue angle of 258.95º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716B7E is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 107 126 -
CMYK 0.10 0.15 0 0.51
HSL 258.95º 0.08% 0.46% -
HSV(B) 258.95º 0.15% 0.49% -
XYZ 15.83 15.53 21.9 -
YUV 110.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 113 107 126 0.10 0.15 0 0.51 258.95 0.08 0.46
Hex 71 6B 7E A F 0 33 103 8 2E
Octal 161 153 176 12 17 0 63 403 10 56
Binary 1110001 1101011 1111110 1010 1111 0 110011 100000011 1000 101110

Color Harmonies of #716B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B7E

Black with #716B7E

Text Example


Text Example

White with #716B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,107,126); }

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

background-color css

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

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

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

border-color css

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

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

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