Html Css Color HEX #73737D Dolphin

📋 copy color: '#73737D'

red 115 ◦ green 115 ◦ blue 125

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

Shades of Dolphin #73737D

Tints of Dolphin #73737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 32.39%
G = 32.39%
B = 35.21%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73737D (or 0x73737D) is known color: Dolphin. HEX triplet: 73, 73 and 7D. RGB value is (115,115,125). Sum of RGB (Red+Green+Blue) = 115+115+125=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #73737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73737D is #8C8C82. Grayscale: #747474. Windows color (decimal): -9211011 or 8221555. OLE color: 8221555.

HSL color Cylindrical-coordinate representation of color #73737D: hue angle of 240º 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 #73737D is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 115 125 -
CMYK 0.08 0.08 0 0.51
HSL 240º 0.04% 0.47% -
HSV(B) 240º 0.08% 0.49% -
XYZ 16.9 17.39 21.87 -
YUV 116.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 115 115 125 0.08 0.08 0 0.51 240 0.04 0.47
Hex 73 73 7D 8 8 0 33 F0 4 2F
Octal 163 163 175 10 10 0 63 360 4 57
Binary 1110011 1110011 1111101 1000 1000 0 110011 11110000 100 101111

Color Harmonies of #73737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73737D

Black with #73737D

Text Example


Text Example

White with #73737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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