Html Css Color HEX #73707F Dolphin

📋 copy color: '#73707F'

red 115 ◦ green 112 ◦ blue 127

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

Shades of Dolphin #73707F

Tints of Dolphin #73707F

RGB

 RED value IS 115 (45.31% from 255) = 32.49%

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 32.49%
G = 31.64%
B = 35.88%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73707F (or 0x73707F) is known color: Dolphin. HEX triplet: 73, 70 and 7F. RGB value is (115,112,127). Sum of RGB (Red+Green+Blue) = 115+112+127=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #73707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73707F is #8C8F80. Grayscale: #727272. Windows color (decimal): -9211777 or 8351859. OLE color: 8351859.

HSL color Cylindrical-coordinate representation of color #73707F: hue angle of 252º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #73707F is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 112 127 -
CMYK 0.09 0.12 0 0.50
HSL 252º 0.06% 0.47% -
HSV(B) 252º 0.12% 0.5% -
XYZ 16.7 16.77 22.43 -
YUV 114.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 115 112 127 0.09 0.12 0 0.50 252 0.06 0.47
Hex 73 70 7F 9 C 0 32 FC 6 2F
Octal 163 160 177 11 14 0 62 374 6 57
Binary 1110011 1110000 1111111 1001 1100 0 110010 11111100 110 101111

Color Harmonies of #73707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73707F

Black with #73707F

Text Example


Text Example

White with #73707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73707F; }

 p { color: rgb(115,112,127); }

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

background-color css

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

 a { background-color: rgb(115,112,127); }

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

border-color css

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

 span { border-color: rgb(115,112,127); }

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