Html Css Color HEX #73717D Dolphin

📋 copy color: '#73717D'

red 115 ◦ green 113 ◦ blue 125

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

Shades of Dolphin #73717D

Tints of Dolphin #73717D

RGB

 RED value IS 115 (45.31% from 255) = 32.58%

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

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

R = 32.58%
G = 32.01%
B = 35.41%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73717D (or 0x73717D) is known color: Dolphin. HEX triplet: 73, 71 and 7D. RGB value is (115,113,125). Sum of RGB (Red+Green+Blue) = 115+113+125=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 125 - color contains mainly: blue. Hex color #73717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73717D is #8C8E82. Grayscale: #727272. Windows color (decimal): -9211523 or 8221043. OLE color: 8221043.

HSL color Cylindrical-coordinate representation of color #73717D: hue angle of 250º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73717D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 113 125 -
CMYK 0.08 0.10 0 0.51
HSL 250º 0.05% 0.47% -
HSV(B) 250º 0.1% 0.49% -
XYZ 16.68 16.94 21.79 -
YUV 114.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 115 113 125 0.08 0.10 0 0.51 250 0.05 0.47
Hex 73 71 7D 8 A 0 33 FA 5 2F
Octal 163 161 175 10 12 0 63 372 5 57
Binary 1110011 1110001 1111101 1000 1010 0 110011 11111010 101 101111

Color Harmonies of #73717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73717D

Black with #73717D

Text Example


Text Example

White with #73717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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