Html Css Color HEX #727276 Dolphin

📋 copy color: '#727276'

red 114 ◦ green 114 ◦ blue 118

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

Shades of Dolphin #727276

Tints of Dolphin #727276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 32.95%
G = 32.95%
B = 34.1%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#727276 (or 0x727276) is known color: Dolphin. HEX triplet: 72, 72 and 76. RGB value is (114,114,118). Sum of RGB (Red+Green+Blue) = 114+114+118=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 118 - color contains mainly: blue. Hex color #727276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727276 is #8D8D89. Grayscale: #727272. Windows color (decimal): -9276810 or 7762546. OLE color: 7762546.

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

Color convert

RGB 114 114 118 -
CMYK 0.03 0.03 0 0.54
HSL 240º 0.02% 0.45% -
HSV(B) 240º 0.03% 0.46% -
XYZ 16.23 16.92 19.55 -
YUV 114.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 114 114 118 0.03 0.03 0 0.54 240 0.02 0.45
Hex 72 72 76 3 3 0 36 F0 2 2D
Octal 162 162 166 3 3 0 66 360 2 55
Binary 1110010 1110010 1110110 11 11 0 110110 11110000 10 101101

Color Harmonies of #727276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727276

Black with #727276

Text Example


Text Example

White with #727276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727276; }

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

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

background-color css

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

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

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

border-color css

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

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

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