Html Css Color HEX #73727D Dolphin

📋 copy color: '#73727D'

red 115 ◦ green 114 ◦ blue 125

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

Shades of Dolphin #73727D

Tints of Dolphin #73727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 32.49%
G = 32.2%
B = 35.31%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73727D (or 0x73727D) is known color: Dolphin. HEX triplet: 73, 72 and 7D. RGB value is (115,114,125). Sum of RGB (Red+Green+Blue) = 115+114+125=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #73727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73727D is #8C8D82. Grayscale: #737373. Windows color (decimal): -9211267 or 8221299. OLE color: 8221299.

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

Color convert

RGB 115 114 125 -
CMYK 0.08 0.09 0 0.51
HSL 245.45º 0.05% 0.47% -
HSV(B) 245.45º 0.09% 0.49% -
XYZ 16.79 17.16 21.83 -
YUV 115.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 115 114 125 0.08 0.09 0 0.51 245.45 0.05 0.47
Hex 73 72 7D 8 9 0 33 F5 5 2F
Octal 163 162 175 10 11 0 63 365 5 57
Binary 1110011 1110010 1111101 1000 1001 0 110011 11110101 101 101111

Color Harmonies of #73727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73727D

Black with #73727D

Text Example


Text Example

White with #73727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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