Html Css Color HEX #72727C Dolphin

📋 copy color: '#72727C'

red 114 ◦ green 114 ◦ blue 124

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

Shades of Dolphin #72727C

Tints of Dolphin #72727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 32.39%
G = 32.39%
B = 35.23%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72727C (or 0x72727C) is known color: Dolphin. HEX triplet: 72, 72 and 7C. RGB value is (114,114,124). Sum of RGB (Red+Green+Blue) = 114+114+124=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #72727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72727C is #8D8D83. Grayscale: #737373. Windows color (decimal): -9276804 or 8155762. OLE color: 8155762.

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

Color convert

RGB 114 114 124 -
CMYK 0.08 0.08 0 0.51
HSL 240º 0.04% 0.47% -
HSV(B) 240º 0.08% 0.49% -
XYZ 16.59 17.07 21.49 -
YUV 115.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 114 114 124 0.08 0.08 0 0.51 240 0.04 0.47
Hex 72 72 7C 8 8 0 33 F0 4 2F
Octal 162 162 174 10 10 0 63 360 4 57
Binary 1110010 1110010 1111100 1000 1000 0 110011 11110000 100 101111

Color Harmonies of #72727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72727C

Black with #72727C

Text Example


Text Example

White with #72727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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