Html Css Color HEX #736E7C Dolphin

📋 copy color: '#736E7C'

red 115 ◦ green 110 ◦ blue 124

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

Shades of Dolphin #736E7C

Tints of Dolphin #736E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 32.95%
G = 31.52%
B = 35.53%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#736E7C (or 0x736E7C) is known color: Dolphin. HEX triplet: 73, 6E and 7C. RGB value is (115,110,124). Sum of RGB (Red+Green+Blue) = 115+110+124=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #736E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E7C is #8C9183. Grayscale: #717171. Windows color (decimal): -9212292 or 8154739. OLE color: 8154739.

HSL color Cylindrical-coordinate representation of color #736E7C: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #736E7C is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 110 124 -
CMYK 0.07 0.11 0 0.51
HSL 261.43º 0.06% 0.46% -
HSV(B) 261.43º 0.11% 0.49% -
XYZ 16.28 16.25 21.35 -
YUV 113.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 115 110 124 0.07 0.11 0 0.51 261.43 0.06 0.46
Hex 73 6E 7C 7 B 0 33 105 6 2E
Octal 163 156 174 7 13 0 63 405 6 56
Binary 1110011 1101110 1111100 111 1011 0 110011 100000101 110 101110

Color Harmonies of #736E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E7C

Black with #736E7C

Text Example


Text Example

White with #736E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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