Html Css Color HEX #737376 Dolphin

📋 copy color: '#737376'

red 115 ◦ green 115 ◦ blue 118

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

Shades of Dolphin #737376

Tints of Dolphin #737376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 33.05%
G = 33.05%
B = 33.91%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#737376 (or 0x737376) is known color: Dolphin. HEX triplet: 73, 73 and 76. RGB value is (115,115,118). Sum of RGB (Red+Green+Blue) = 115+115+118=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: blue. Hex color #737376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737376 is #8C8C89. Grayscale: #737373. Windows color (decimal): -9211018 or 7762803. OLE color: 7762803.

HSL color Cylindrical-coordinate representation of color #737376: hue angle of 240º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #737376 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 115 118 -
CMYK 0.03 0.03 0 0.54
HSL 240º 0.01% 0.46% -
HSV(B) 240º 0.03% 0.46% -
XYZ 16.47 17.21 19.59 -
YUV 115.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 115 115 118 0.03 0.03 0 0.54 240 0.01 0.46
Hex 73 73 76 3 3 0 36 F0 1 2E
Octal 163 163 166 3 3 0 66 360 1 56
Binary 1110011 1110011 1110110 11 11 0 110110 11110000 1 101110

Color Harmonies of #737376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737376

Black with #737376

Text Example


Text Example

White with #737376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737376; }

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

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

background-color css

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

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

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

border-color css

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

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

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