Html Css Color HEX #72727B Dolphin

📋 copy color: '#72727B'

red 114 ◦ green 114 ◦ blue 123

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

Shades of Dolphin #72727B

Tints of Dolphin #72727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 32.48%
G = 32.48%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72727B (or 0x72727B) is known color: Dolphin. HEX triplet: 72, 72 and 7B. RGB value is (114,114,123). Sum of RGB (Red+Green+Blue) = 114+114+123=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 123 - color contains mainly: blue. Hex color #72727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72727B is #8D8D84. Grayscale: #727272. Windows color (decimal): -9276805 or 8090226. OLE color: 8090226.

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

Color convert

RGB 114 114 123 -
CMYK 0.07 0.07 0 0.52
HSL 240º 0.04% 0.46% -
HSV(B) 240º 0.07% 0.48% -
XYZ 16.53 17.04 21.16 -
YUV 115.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 114 114 123 0.07 0.07 0 0.52 240 0.04 0.46
Hex 72 72 7B 7 7 0 34 F0 4 2E
Octal 162 162 173 7 7 0 64 360 4 56
Binary 1110010 1110010 1111011 111 111 0 110100 11110000 100 101110

Color Harmonies of #72727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72727B

Black with #72727B

Text Example


Text Example

White with #72727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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