Html Css Color HEX #737F81 Regent Grey

📋 copy color: '#737F81'

red 115 ◦ green 127 ◦ blue 129

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

Shades of Regent Grey #737F81

Tints of Regent Grey #737F81

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 31%
G = 34.23%
B = 34.77%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#737F81 (or 0x737F81) is known color: Regent Grey. HEX triplet: 73, 7F and 81. RGB value is (115,127,129). Sum of RGB (Red+Green+Blue) = 115+127+129=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 129 - color contains mainly: blue. Hex color #737F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F81 is #8C807E. Grayscale: #7B7B7B. Windows color (decimal): -9207935 or 8486771. OLE color: 8486771.

HSL color Cylindrical-coordinate representation of color #737F81: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #737F81 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 127 129 -
CMYK 0.11 0.02 0 0.49
HSL 188.57º 0.06% 0.48% -
HSV(B) 188.57º 0.11% 0.51% -
XYZ 18.62 20.41 23.73 -
YUV 123.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 115 127 129 0.11 0.02 0 0.49 188.57 0.06 0.48
Hex 73 7F 81 B 2 0 31 BD 6 30
Octal 163 177 201 13 2 0 61 275 6 60
Binary 1110011 1111111 10000001 1011 10 0 110001 10111101 110 110000

Color Harmonies of #737F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737F81

Black with #737F81

Text Example


Text Example

White with #737F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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