Html Css Color HEX #738081 Regent Grey

📋 copy color: '#738081'

red 115 ◦ green 128 ◦ blue 129

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

Shades of Regent Grey #738081

Tints of Regent Grey #738081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

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

R = 30.91%
G = 34.41%
B = 34.68%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#738081 (or 0x738081) is known color: Regent Grey. HEX triplet: 73, 80 and 81. RGB value is (115,128,129). Sum of RGB (Red+Green+Blue) = 115+128+129=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 129 - color contains mainly: blue. Hex color #738081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738081 is #8C7F7E. Grayscale: #7C7C7C. Windows color (decimal): -9207679 or 8487027. OLE color: 8487027.

HSL color Cylindrical-coordinate representation of color #738081: hue angle of 184.29º 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 #738081 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 128 129 -
CMYK 0.11 0.01 0 0.49
HSL 184.29º 0.06% 0.48% -
HSV(B) 184.29º 0.11% 0.51% -
XYZ 18.75 20.67 23.77 -
YUV 124.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 115 128 129 0.11 0.01 0 0.49 184.29 0.06 0.48
Hex 73 80 81 B 1 0 31 B8 6 30
Octal 163 200 201 13 1 0 61 270 6 60
Binary 1110011 10000000 10000001 1011 1 0 110001 10111000 110 110000

Color Harmonies of #738081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738081

Black with #738081

Text Example


Text Example

White with #738081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738081; }

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

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

background-color css

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

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

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

border-color css

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

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

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