Html Css Color HEX #736F7E Dolphin

📋 copy color: '#736F7E'

red 115 ◦ green 111 ◦ blue 126

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

Shades of Dolphin #736F7E

Tints of Dolphin #736F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.8%

R = 32.67%
G = 31.53%
B = 35.8%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#736F7E (or 0x736F7E) is known color: Dolphin. HEX triplet: 73, 6F and 7E. RGB value is (115,111,126). Sum of RGB (Red+Green+Blue) = 115+111+126=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 126 - color contains mainly: blue. Hex color #736F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F7E is #8C9081. Grayscale: #717171. Windows color (decimal): -9212034 or 8286067. OLE color: 8286067.

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

Color convert

RGB 115 111 126 -
CMYK 0.09 0.12 0 0.51
HSL 256º 0.06% 0.46% -
HSV(B) 256º 0.12% 0.49% -
XYZ 16.52 16.52 22.06 -
YUV 113.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 115 111 126 0.09 0.12 0 0.51 256 0.06 0.46
Hex 73 6F 7E 9 C 0 33 100 6 2E
Octal 163 157 176 11 14 0 63 400 6 56
Binary 1110011 1101111 1111110 1001 1100 0 110011 100000000 110 101110

Color Harmonies of #736F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F7E

Black with #736F7E

Text Example


Text Example

White with #736F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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