Html Css Color HEX #727181 Dolphin

📋 copy color: '#727181'

red 114 ◦ green 113 ◦ blue 129

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

Shades of Dolphin #727181

Tints of Dolphin #727181

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 32.02%
G = 31.74%
B = 36.24%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#727181 (or 0x727181) is known color: Dolphin. HEX triplet: 72, 71 and 81. RGB value is (114,113,129). Sum of RGB (Red+Green+Blue) = 114+113+129=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 129 - color contains mainly: blue. Hex color #727181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727181 is #8D8E7E. Grayscale: #737373. Windows color (decimal): -9277055 or 8483186. OLE color: 8483186.

HSL color Cylindrical-coordinate representation of color #727181: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727181 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 113 129 -
CMYK 0.12 0.12 0 0.49
HSL 243.75º 0.07% 0.47% -
HSV(B) 243.75º 0.12% 0.51% -
XYZ 16.81 16.97 23.16 -
YUV 115.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 114 113 129 0.12 0.12 0 0.49 243.75 0.07 0.47
Hex 72 71 81 C C 0 31 F4 7 2F
Octal 162 161 201 14 14 0 61 364 7 57
Binary 1110010 1110001 10000001 1100 1100 0 110001 11110100 111 101111

Color Harmonies of #727181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727181

Black with #727181

Text Example


Text Example

White with #727181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727181; }

 p { color: rgb(114,113,129); }

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

background-color css

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

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

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

border-color css

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

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

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