Html Css Color HEX #727085 Dolphin

📋 copy color: '#727085'

red 114 ◦ green 112 ◦ blue 133

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

Shades of Dolphin #727085

Tints of Dolphin #727085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.05%

R = 31.75%
G = 31.2%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#727085 (or 0x727085) is known color: Dolphin. HEX triplet: 72, 70 and 85. RGB value is (114,112,133). Sum of RGB (Red+Green+Blue) = 114+112+133=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #727085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727085 is #8D8F7A. Grayscale: #727272. Windows color (decimal): -9277307 or 8745074. OLE color: 8745074.

HSL color Cylindrical-coordinate representation of color #727085: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #727085 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 112 133 -
CMYK 0.14 0.16 0 0.48
HSL 245.71º 0.09% 0.48% -
HSV(B) 245.71º 0.16% 0.52% -
XYZ 16.97 16.86 24.55 -
YUV 114.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 114 112 133 0.14 0.16 0 0.48 245.71 0.09 0.48
Hex 72 70 85 E 10 0 30 F6 9 30
Octal 162 160 205 16 20 0 60 366 11 60
Binary 1110010 1110000 10000101 1110 10000 0 110000 11110110 1001 110000

Color Harmonies of #727085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727085

Black with #727085

Text Example


Text Example

White with #727085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727085; }

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

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

background-color css

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

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

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

border-color css

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

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

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