Html Css Color HEX #736F7A Dolphin

📋 copy color: '#736F7A'

red 115 ◦ green 111 ◦ blue 122

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

Shades of Dolphin #736F7A

Tints of Dolphin #736F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 33.05%
G = 31.9%
B = 35.06%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#736F7A (or 0x736F7A) is known color: Dolphin. HEX triplet: 73, 6F and 7A. RGB value is (115,111,122). Sum of RGB (Red+Green+Blue) = 115+111+122=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #736F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F7A is #8C9085. Grayscale: #717171. Windows color (decimal): -9212038 or 8023923. OLE color: 8023923.

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

Color convert

RGB 115 111 122 -
CMYK 0.06 0.09 0 0.52
HSL 261.82º 0.05% 0.46% -
HSV(B) 261.82º 0.09% 0.48% -
XYZ 16.27 16.42 20.72 -
YUV 113.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 115 111 122 0.06 0.09 0 0.52 261.82 0.05 0.46
Hex 73 6F 7A 6 9 0 34 106 5 2E
Octal 163 157 172 6 11 0 64 406 5 56
Binary 1110011 1101111 1111010 110 1001 0 110100 100000110 101 101110

Color Harmonies of #736F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F7A

Black with #736F7A

Text Example


Text Example

White with #736F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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