Html Css Color HEX #737277 Dolphin

📋 copy color: '#737277'

red 115 ◦ green 114 ◦ blue 119

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

Shades of Dolphin #737277

Tints of Dolphin #737277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 33.05%
G = 32.76%
B = 34.2%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#737277 (or 0x737277) is known color: Dolphin. HEX triplet: 73, 72 and 77. RGB value is (115,114,119). Sum of RGB (Red+Green+Blue) = 115+114+119=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 119 - color contains mainly: blue. Hex color #737277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737277 is #8C8D88. Grayscale: #727272. Windows color (decimal): -9211273 or 7828083. OLE color: 7828083.

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

Color convert

RGB 115 114 119 -
CMYK 0.03 0.04 0 0.53
HSL 252º 0.02% 0.46% -
HSV(B) 252º 0.04% 0.47% -
XYZ 16.42 17.01 19.87 -
YUV 114.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 115 114 119 0.03 0.04 0 0.53 252 0.02 0.46
Hex 73 72 77 3 4 0 35 FC 2 2E
Octal 163 162 167 3 4 0 65 374 2 56
Binary 1110011 1110010 1110111 11 100 0 110101 11111100 10 101110

Color Harmonies of #737277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737277

Black with #737277

Text Example


Text Example

White with #737277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737277; }

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

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

background-color css

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

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

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

border-color css

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

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

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