Html Css Color HEX #737178 Dolphin

📋 copy color: '#737178'

red 115 ◦ green 113 ◦ blue 120

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

Shades of Dolphin #737178

Tints of Dolphin #737178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 33.05%
G = 32.47%
B = 34.48%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#737178 (or 0x737178) is known color: Dolphin. HEX triplet: 73, 71 and 78. RGB value is (115,113,120). Sum of RGB (Red+Green+Blue) = 115+113+120=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 120 - color contains mainly: blue. Hex color #737178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737178 is #8C8E87. Grayscale: #727272. Windows color (decimal): -9211528 or 7893363. OLE color: 7893363.

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

Color convert

RGB 115 113 120 -
CMYK 0.04 0.06 0 0.53
HSL 257.14º 0.03% 0.46% -
HSV(B) 257.14º 0.06% 0.47% -
XYZ 16.37 16.81 20.15 -
YUV 114.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 115 113 120 0.04 0.06 0 0.53 257.14 0.03 0.46
Hex 73 71 78 4 6 0 35 101 3 2E
Octal 163 161 170 4 6 0 65 401 3 56
Binary 1110011 1110001 1111000 100 110 0 110101 100000001 11 101110

Color Harmonies of #737178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737178

Black with #737178

Text Example


Text Example

White with #737178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737178; }

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

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

background-color css

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

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

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

border-color css

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

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

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