Html Css Color HEX #736E84 Dolphin

📋 copy color: '#736E84'

red 115 ◦ green 110 ◦ blue 132

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

Shades of Dolphin #736E84

Tints of Dolphin #736E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 32.21%
G = 30.81%
B = 36.97%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#736E84 (or 0x736E84) is known color: Dolphin. HEX triplet: 73, 6E and 84. RGB value is (115,110,132). Sum of RGB (Red+Green+Blue) = 115+110+132=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #736E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E84 is #8C917B. Grayscale: #717171. Windows color (decimal): -9212284 or 8679027. OLE color: 8679027.

HSL color Cylindrical-coordinate representation of color #736E84: hue angle of 253.64º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736E84 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 110 132 -
CMYK 0.13 0.17 0 0.48
HSL 253.64º 0.09% 0.47% -
HSV(B) 253.64º 0.17% 0.52% -
XYZ 16.81 16.46 24.12 -
YUV 114 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 115 110 132 0.13 0.17 0 0.48 253.64 0.09 0.47
Hex 73 6E 84 D 11 0 30 FE 9 2F
Octal 163 156 204 15 21 0 60 376 11 57
Binary 1110011 1101110 10000100 1101 10001 0 110000 11111110 1001 101111

Color Harmonies of #736E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E84

Black with #736E84

Text Example


Text Example

White with #736E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736E84; }

 p { color: rgb(115,110,132); }

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

background-color css

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

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

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

border-color css

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

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

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