Html Css Color HEX #737278 Dolphin

📋 copy color: '#737278'

red 115 ◦ green 114 ◦ blue 120

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

Shades of Dolphin #737278

Tints of Dolphin #737278

RGB

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

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

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

R = 32.95%
G = 32.66%
B = 34.38%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#737278 (or 0x737278) is known color: Dolphin. HEX triplet: 73, 72 and 78. RGB value is (115,114,120). Sum of RGB (Red+Green+Blue) = 115+114+120=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 120 - color contains mainly: blue. Hex color #737278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737278 is #8C8D87. Grayscale: #727272. Windows color (decimal): -9211272 or 7893619. OLE color: 7893619.

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

Color convert

RGB 115 114 120 -
CMYK 0.04 0.05 0 0.53
HSL 250º 0.03% 0.46% -
HSV(B) 250º 0.05% 0.47% -
XYZ 16.48 17.04 20.19 -
YUV 114.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 115 114 120 0.04 0.05 0 0.53 250 0.03 0.46
Hex 73 72 78 4 5 0 35 FA 3 2E
Octal 163 162 170 4 5 0 65 372 3 56
Binary 1110011 1110010 1111000 100 101 0 110101 11111010 11 101110

Color Harmonies of #737278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737278

Black with #737278

Text Example


Text Example

White with #737278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737278; }

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

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

background-color css

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

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

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

border-color css

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

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

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