Html Css Color HEX #727273 Dolphin

📋 copy color: '#727273'

red 114 ◦ green 114 ◦ blue 115

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

Shades of Dolphin #727273

Tints of Dolphin #727273

RGB

 RED value IS 114 (44.92% from 255) = 33.24%

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 33.24%
G = 33.24%
B = 33.53%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#727273 (or 0x727273) is known color: Dolphin. HEX triplet: 72, 72 and 73. RGB value is (114,114,115). Sum of RGB (Red+Green+Blue) = 114+114+115=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 115 - color contains mainly: blue. Hex color #727273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727273 is #8D8D8C. Grayscale: #727272. Windows color (decimal): -9276813 or 7565938. OLE color: 7565938.

HSL color Cylindrical-coordinate representation of color #727273: hue angle of 240º degrees, saturation: 0, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #727273 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 114 115 -
CMYK 0.01 0.01 0 0.55
HSL 240º 0% 0.45% -
HSV(B) 240º 0.01% 0.45% -
XYZ 16.05 16.85 18.63 -
YUV 114.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 114 114 115 0.01 0.01 0 0.55 240 0 0.45
Hex 72 72 73 1 1 0 37 F0 0 2D
Octal 162 162 163 1 1 0 67 360 0 55
Binary 1110010 1110010 1110011 1 1 0 110111 11110000 0 101101

Color Harmonies of #727273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727273

Black with #727273

Text Example


Text Example

White with #727273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727273; }

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

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

background-color css

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

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

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

border-color css

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

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

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