Html Css Color HEX #73717C Dolphin

📋 copy color: '#73717C'

red 115 ◦ green 113 ◦ blue 124

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

Shades of Dolphin #73717C

Tints of Dolphin #73717C

RGB

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

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

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

R = 32.67%
G = 32.1%
B = 35.23%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73717C (or 0x73717C) is known color: Dolphin. HEX triplet: 73, 71 and 7C. RGB value is (115,113,124). Sum of RGB (Red+Green+Blue) = 115+113+124=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #73717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73717C is #8C8E83. Grayscale: #727272. Windows color (decimal): -9211524 or 8155507. OLE color: 8155507.

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

Color convert

RGB 115 113 124 -
CMYK 0.07 0.09 0 0.51
HSL 250.91º 0.05% 0.46% -
HSV(B) 250.91º 0.09% 0.49% -
XYZ 16.61 16.91 21.46 -
YUV 114.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 115 113 124 0.07 0.09 0 0.51 250.91 0.05 0.46
Hex 73 71 7C 7 9 0 33 FB 5 2E
Octal 163 161 174 7 11 0 63 373 5 56
Binary 1110011 1110001 1111100 111 1001 0 110011 11111011 101 101110

Color Harmonies of #73717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73717C

Black with #73717C

Text Example


Text Example

White with #73717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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