Html Css Color HEX #81676B Empress

📋 copy color: '#81676B'

red 129 ◦ green 103 ◦ blue 107

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

Shades of Empress #81676B

Tints of Empress #81676B

RGB

 RED value IS 129 (50.78% from 255) = 38.05%

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 38.05%
G = 30.38%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81676B (or 0x81676B) is known color: Empress. HEX triplet: 81, 67 and 6B. RGB value is (129,103,107). Sum of RGB (Red+Green+Blue) = 129+103+107=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #81676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81676B is #7E9894. Grayscale: #6F6F6F. Windows color (decimal): -8296597 or 7038849. OLE color: 7038849.

HSL color Cylindrical-coordinate representation of color #81676B: hue angle of 350.77º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81676B is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 103 107 -
CMYK 0 0.20 0.17 0.49
HSL 350.77º 0.11% 0.45% -
HSV(B) 350.77º 0.2% 0.51% -
XYZ 16.56 15.43 16.02 -
YUV 111.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 129 103 107 0 0.20 0.17 0.49 350.77 0.11 0.45
Hex 81 67 6B 0 14 11 31 15F B 2D
Octal 201 147 153 0 24 21 61 537 13 55
Binary 10000001 1100111 1101011 0 10100 10001 110001 101011111 1011 101101

Color Harmonies of #81676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81676B

Black with #81676B

Text Example


Text Example

White with #81676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81676B; }

 p { color: rgb(129,103,107); }

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

background-color css

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

 a { background-color: rgb(129,103,107); }

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

border-color css

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

 span { border-color: rgb(129,103,107); }

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