Html Css Color HEX #736F80 Dolphin

📋 copy color: '#736F80'

red 115 ◦ green 111 ◦ blue 128

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

Shades of Dolphin #736F80

Tints of Dolphin #736F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 32.49%
G = 31.36%
B = 36.16%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#736F80 (or 0x736F80) is known color: Dolphin. HEX triplet: 73, 6F and 80. RGB value is (115,111,128). Sum of RGB (Red+Green+Blue) = 115+111+128=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #736F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F80 is #8C907F. Grayscale: #727272. Windows color (decimal): -9212032 or 8417139. OLE color: 8417139.

HSL color Cylindrical-coordinate representation of color #736F80: hue angle of 254.12º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736F80 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 111 128 -
CMYK 0.10 0.13 0 0.50
HSL 254.12º 0.07% 0.47% -
HSV(B) 254.12º 0.13% 0.5% -
XYZ 16.65 16.57 22.74 -
YUV 114.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 115 111 128 0.10 0.13 0 0.50 254.12 0.07 0.47
Hex 73 6F 80 A D 0 32 FE 7 2F
Octal 163 157 200 12 15 0 62 376 7 57
Binary 1110011 1101111 10000000 1010 1101 0 110010 11111110 111 101111

Color Harmonies of #736F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F80

Black with #736F80

Text Example


Text Example

White with #736F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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