Html Css Color HEX #736F84 Dolphin

📋 copy color: '#736F84'

red 115 ◦ green 111 ◦ blue 132

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

Shades of Dolphin #736F84

Tints of Dolphin #736F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

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

R = 32.12%
G = 31.01%
B = 36.87%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#736F84 (or 0x736F84) is known color: Dolphin. HEX triplet: 73, 6F and 84. RGB value is (115,111,132). Sum of RGB (Red+Green+Blue) = 115+111+132=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #736F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F84 is #8C907B. Grayscale: #727272. Windows color (decimal): -9212028 or 8679283. OLE color: 8679283.

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

Color convert

RGB 115 111 132 -
CMYK 0.13 0.16 0 0.48
HSL 251.43º 0.09% 0.48% -
HSV(B) 251.43º 0.16% 0.52% -
XYZ 16.92 16.68 24.16 -
YUV 114.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 115 111 132 0.13 0.16 0 0.48 251.43 0.09 0.48
Hex 73 6F 84 D 10 0 30 FB 9 30
Octal 163 157 204 15 20 0 60 373 11 60
Binary 1110011 1101111 10000100 1101 10000 0 110000 11111011 1001 110000

Color Harmonies of #736F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F84

Black with #736F84

Text Example


Text Example

White with #736F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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