Html Css Color HEX #72717C Dolphin

📋 copy color: '#72717C'

red 114 ◦ green 113 ◦ blue 124

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

Shades of Dolphin #72717C

Tints of Dolphin #72717C

RGB

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

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

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

R = 32.48%
G = 32.19%
B = 35.33%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72717C (or 0x72717C) is known color: Dolphin. HEX triplet: 72, 71 and 7C. RGB value is (114,113,124). Sum of RGB (Red+Green+Blue) = 114+113+124=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #72717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72717C is #8D8E83. Grayscale: #727272. Windows color (decimal): -9277060 or 8155506. OLE color: 8155506.

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

Color convert

RGB 114 113 124 -
CMYK 0.08 0.09 0 0.51
HSL 245.45º 0.05% 0.46% -
HSV(B) 245.45º 0.09% 0.49% -
XYZ 16.48 16.84 21.45 -
YUV 114.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 114 113 124 0.08 0.09 0 0.51 245.45 0.05 0.46
Hex 72 71 7C 8 9 0 33 F5 5 2E
Octal 162 161 174 10 11 0 63 365 5 56
Binary 1110010 1110001 1111100 1000 1001 0 110011 11110101 101 101110

Color Harmonies of #72717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72717C

Black with #72717C

Text Example


Text Example

White with #72717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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