Html Css Color HEX #72707A Dolphin

📋 copy color: '#72707A'

red 114 ◦ green 112 ◦ blue 122

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

Shades of Dolphin #72707A

Tints of Dolphin #72707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.06%

R = 32.76%
G = 32.18%
B = 35.06%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72707A (or 0x72707A) is known color: Dolphin. HEX triplet: 72, 70 and 7A. RGB value is (114,112,122). Sum of RGB (Red+Green+Blue) = 114+112+122=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #72707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72707A is #8D8F85. Grayscale: #717171. Windows color (decimal): -9277318 or 8024178. OLE color: 8024178.

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

Color convert

RGB 114 112 122 -
CMYK 0.07 0.08 0 0.52
HSL 252º 0.04% 0.46% -
HSV(B) 252º 0.08% 0.48% -
XYZ 16.25 16.57 20.75 -
YUV 113.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 114 112 122 0.07 0.08 0 0.52 252 0.04 0.46
Hex 72 70 7A 7 8 0 34 FC 4 2E
Octal 162 160 172 7 10 0 64 374 4 56
Binary 1110010 1110000 1111010 111 1000 0 110100 11111100 100 101110

Color Harmonies of #72707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72707A

Black with #72707A

Text Example


Text Example

White with #72707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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