Html Css Color HEX #736F7F Dolphin

📋 copy color: '#736F7F'

red 115 ◦ green 111 ◦ blue 127

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

Shades of Dolphin #736F7F

Tints of Dolphin #736F7F

RGB

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

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

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

R = 32.58%
G = 31.44%
B = 35.98%

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

#736F7F (or 0x736F7F) is known color: Dolphin. HEX triplet: 73, 6F and 7F. RGB value is (115,111,127). Sum of RGB (Red+Green+Blue) = 115+111+127=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 127 - color contains mainly: blue. Hex color #736F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F7F is #8C9080. Grayscale: #717171. Windows color (decimal): -9212033 or 8351603. OLE color: 8351603.

HSL color Cylindrical-coordinate representation of color #736F7F: hue angle of 255º 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 #736F7F is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 111 127 -
CMYK 0.09 0.13 0 0.50
HSL 255º 0.07% 0.47% -
HSV(B) 255º 0.13% 0.5% -
XYZ 16.59 16.55 22.4 -
YUV 114.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 115 111 127 0.09 0.13 0 0.50 255 0.07 0.47
Hex 73 6F 7F 9 D 0 32 FF 7 2F
Octal 163 157 177 11 15 0 62 377 7 57
Binary 1110011 1101111 1111111 1001 1101 0 110010 11111111 111 101111

Color Harmonies of #736F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F7F

Black with #736F7F

Text Example


Text Example

White with #736F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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