Html Css Color HEX #72707C Dolphin

📋 copy color: '#72707C'

red 114 ◦ green 112 ◦ blue 124

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

Shades of Dolphin #72707C

Tints of Dolphin #72707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

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

R = 32.57%
G = 32%
B = 35.43%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72707C (or 0x72707C) is known color: Dolphin. HEX triplet: 72, 70 and 7C. RGB value is (114,112,124). Sum of RGB (Red+Green+Blue) = 114+112+124=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #72707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72707C is #8D8F83. Grayscale: #717171. Windows color (decimal): -9277316 or 8155250. OLE color: 8155250.

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

Color convert

RGB 114 112 124 -
CMYK 0.08 0.10 0 0.51
HSL 250º 0.05% 0.46% -
HSV(B) 250º 0.1% 0.49% -
XYZ 16.37 16.62 21.41 -
YUV 113.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 114 112 124 0.08 0.10 0 0.51 250 0.05 0.46
Hex 72 70 7C 8 A 0 33 FA 5 2E
Octal 162 160 174 10 12 0 63 372 5 56
Binary 1110010 1110000 1111100 1000 1010 0 110011 11111010 101 101110

Color Harmonies of #72707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72707C

Black with #72707C

Text Example


Text Example

White with #72707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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