Html Css Color HEX #737275 Dolphin

📋 copy color: '#737275'

red 115 ◦ green 114 ◦ blue 117

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

Shades of Dolphin #737275

Tints of Dolphin #737275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 33.24%
G = 32.95%
B = 33.82%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#737275 (or 0x737275) is known color: Dolphin. HEX triplet: 73, 72 and 75. RGB value is (115,114,117). Sum of RGB (Red+Green+Blue) = 115+114+117=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 117 - color contains mainly: blue. Hex color #737275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737275 is #8C8D8A. Grayscale: #727272. Windows color (decimal): -9211275 or 7697011. OLE color: 7697011.

HSL color Cylindrical-coordinate representation of color #737275: hue angle of 260º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #737275 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 114 117 -
CMYK 0.02 0.03 0 0.54
HSL 260º 0.01% 0.45% -
HSV(B) 260º 0.03% 0.46% -
XYZ 16.3 16.96 19.24 -
YUV 114.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 115 114 117 0.02 0.03 0 0.54 260 0.01 0.45
Hex 73 72 75 2 3 0 36 104 1 2D
Octal 163 162 165 2 3 0 66 404 1 55
Binary 1110011 1110010 1110101 10 11 0 110110 100000100 1 101101

Color Harmonies of #737275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737275

Black with #737275

Text Example


Text Example

White with #737275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737275; }

 p { color: rgb(115,114,117); }

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

background-color css

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

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

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

border-color css

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

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

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