Html Css Color HEX #73727C Dolphin

📋 copy color: '#73727C'

red 115 ◦ green 114 ◦ blue 124

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

Shades of Dolphin #73727C

Tints of Dolphin #73727C

RGB

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

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

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

R = 32.58%
G = 32.29%
B = 35.13%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73727C (or 0x73727C) is known color: Dolphin. HEX triplet: 73, 72 and 7C. RGB value is (115,114,124). Sum of RGB (Red+Green+Blue) = 115+114+124=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #73727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73727C is #8C8D83. Grayscale: #737373. Windows color (decimal): -9211268 or 8155763. OLE color: 8155763.

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

Color convert

RGB 115 114 124 -
CMYK 0.07 0.08 0 0.51
HSL 246º 0.04% 0.47% -
HSV(B) 246º 0.08% 0.49% -
XYZ 16.73 17.13 21.49 -
YUV 115.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 115 114 124 0.07 0.08 0 0.51 246 0.04 0.47
Hex 73 72 7C 7 8 0 33 F6 4 2F
Octal 163 162 174 7 10 0 63 366 4 57
Binary 1110011 1110010 1111100 111 1000 0 110011 11110110 100 101111

Color Harmonies of #73727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73727C

Black with #73727C

Text Example


Text Example

White with #73727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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