Html Css Color HEX #8B968B Pewter

📋 copy color: '#8B968B'

red 139 ◦ green 150 ◦ blue 139

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

Shades of Pewter #8B968B

Tints of Pewter #8B968B

RGB

 RED value IS 139 (54.69% from 255) = 32.48%

 GREEN value IS 150 (58.98% from 255) = 35.05%

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 32.48%
G = 35.05%
B = 32.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#8B968B (or 0x8B968B) is known color: Pewter. HEX triplet: 8B, 96 and 8B. RGB value is (139,150,139). Sum of RGB (Red+Green+Blue) = 139+150+139=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #8B968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B968B is #746974. Grayscale: #919191. Windows color (decimal): -7629173 or 9148043. OLE color: 9148043.

HSL color Cylindrical-coordinate representation of color #8B968B: hue angle of 120º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B968B is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 150 139 -
CMYK 0.07 0 0.07 0.41
HSL 120º 0.05% 0.57% -
HSV(B) 120º 0.07% 0.59% -
XYZ 26.21 29.17 28.67 -
YUV 145.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 139 150 139 0.07 0 0.07 0.41 120 0.05 0.57
Hex 8B 96 8B 7 0 7 29 78 5 39
Octal 213 226 213 7 0 7 51 170 5 71
Binary 10001011 10010110 10001011 111 0 111 101001 1111000 101 111001

Color Harmonies of #8B968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B968B

Black with #8B968B

Text Example


Text Example

White with #8B968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B968B; }

 p { color: rgb(139,150,139); }

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

background-color css

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

 a { background-color: rgb(139,150,139); }

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

border-color css

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

 span { border-color: rgb(139,150,139); }

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