Html Css Color HEX #73707D Dolphin

📋 copy color: '#73707D'

red 115 ◦ green 112 ◦ blue 125

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

Shades of Dolphin #73707D

Tints of Dolphin #73707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 32.67%
G = 31.82%
B = 35.51%

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

#73707D (or 0x73707D) is known color: Dolphin. HEX triplet: 73, 70 and 7D. RGB value is (115,112,125). Sum of RGB (Red+Green+Blue) = 115+112+125=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 125 - color contains mainly: blue. Hex color #73707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73707D is #8C8F82. Grayscale: #727272. Windows color (decimal): -9211779 or 8220787. OLE color: 8220787.

HSL color Cylindrical-coordinate representation of color #73707D: hue angle of 253.85º 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 #73707D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 112 125 -
CMYK 0.08 0.10 0 0.51
HSL 253.85º 0.05% 0.46% -
HSV(B) 253.85º 0.1% 0.49% -
XYZ 16.57 16.71 21.76 -
YUV 114.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 115 112 125 0.08 0.10 0 0.51 253.85 0.05 0.46
Hex 73 70 7D 8 A 0 33 FE 5 2E
Octal 163 160 175 10 12 0 63 376 5 56
Binary 1110011 1110000 1111101 1000 1010 0 110011 11111110 101 101110

Color Harmonies of #73707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73707D

Black with #73707D

Text Example


Text Example

White with #73707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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