Html Css Color HEX #736E7F Dolphin

📋 copy color: '#736E7F'

red 115 ◦ green 110 ◦ blue 127

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

Shades of Dolphin #736E7F

Tints of Dolphin #736E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.08%

R = 32.67%
G = 31.25%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#736E7F (or 0x736E7F) is known color: Dolphin. HEX triplet: 73, 6E and 7F. RGB value is (115,110,127). Sum of RGB (Red+Green+Blue) = 115+110+127=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #736E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E7F is #8C9180. Grayscale: #717171. Windows color (decimal): -9212289 or 8351347. OLE color: 8351347.

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

Color convert

RGB 115 110 127 -
CMYK 0.09 0.13 0 0.50
HSL 257.65º 0.07% 0.46% -
HSV(B) 257.65º 0.13% 0.5% -
XYZ 16.48 16.33 22.36 -
YUV 113.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 115 110 127 0.09 0.13 0 0.50 257.65 0.07 0.46
Hex 73 6E 7F 9 D 0 32 102 7 2E
Octal 163 156 177 11 15 0 62 402 7 56
Binary 1110011 1101110 1111111 1001 1101 0 110010 100000010 111 101110

Color Harmonies of #736E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E7F

Black with #736E7F

Text Example


Text Example

White with #736E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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