Html Css Color HEX #968792 Taupe Grey

📋 copy color: '#968792'

red 150 ◦ green 135 ◦ blue 146

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

Shades of Taupe Grey #968792

Tints of Taupe Grey #968792

RGB

 RED value IS 150 (58.98% from 255) = 34.8%

 GREEN value IS 135 (53.13% from 255) = 31.32%

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 34.8%
G = 31.32%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968792 (or 0x968792) is known color: Taupe Grey. HEX triplet: 96, 87 and 92. RGB value is (150,135,146). Sum of RGB (Red+Green+Blue) = 150+135+146=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #968792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968792 is #69786D. Grayscale: #8C8C8C. Windows color (decimal): -6912110 or 9602966. OLE color: 9602966.

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

Color convert

RGB 150 135 146 -
CMYK 0 0.1 0.03 0.41
HSL 316º 0.07% 0.56% -
HSV(B) 316º 0.1% 0.59% -
XYZ 26.43 25.89 30.8 -
YUV 140.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 150 135 146 0 0.1 0.03 0.41 316 0.07 0.56
Hex 96 87 92 0 A 3 29 13C 7 38
Octal 226 207 222 0 12 3 51 474 7 70
Binary 10010110 10000111 10010010 0 1010 11 101001 100111100 111 111000

Color Harmonies of #968792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968792

Black with #968792

Text Example


Text Example

White with #968792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968792; }

 p { color: rgb(150,135,146); }

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

background-color css

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

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

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

border-color css

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

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

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