Html Css Color HEX #73727E Dolphin

📋 copy color: '#73727E'

red 115 ◦ green 114 ◦ blue 126

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

Shades of Dolphin #73727E

Tints of Dolphin #73727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 32.39%
G = 32.11%
B = 35.49%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73727E (or 0x73727E) is known color: Dolphin. HEX triplet: 73, 72 and 7E. RGB value is (115,114,126). Sum of RGB (Red+Green+Blue) = 115+114+126=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 126 - color contains mainly: blue. Hex color #73727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73727E is #8C8D81. Grayscale: #737373. Windows color (decimal): -9211266 or 8286835. OLE color: 8286835.

HSL color Cylindrical-coordinate representation of color #73727E: hue angle of 245º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73727E is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 114 126 -
CMYK 0.09 0.10 0 0.51
HSL 245º 0.05% 0.47% -
HSV(B) 245º 0.1% 0.49% -
XYZ 16.85 17.19 22.17 -
YUV 115.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 115 114 126 0.09 0.10 0 0.51 245 0.05 0.47
Hex 73 72 7E 9 A 0 33 F5 5 2F
Octal 163 162 176 11 12 0 63 365 5 57
Binary 1110011 1110010 1111110 1001 1010 0 110011 11110101 101 101111

Color Harmonies of #73727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73727E

Black with #73727E

Text Example


Text Example

White with #73727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73727E; }

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

 H1.HeaderClassName
 {
   color: #73727E;
 }
 .AnyTagClassName
 {
   color: #73727E;
 }
</style>

background-color css

<style>
 a { background-color: #73727E; }

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

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

border-color css

<style>
 span { border-color: #73727E; }

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

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