Html Css Color HEX #968C8A Suva Grey

📋 copy color: '#968C8A'

red 150 ◦ green 140 ◦ blue 138

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

Shades of Suva Grey #968C8A

Tints of Suva Grey #968C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 35.05%
G = 32.71%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#968C8A (or 0x968C8A) is known color: Suva Grey. HEX triplet: 96, 8C and 8A. RGB value is (150,140,138). Sum of RGB (Red+Green+Blue) = 150+140+138=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #968C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C8A is #697375. Grayscale: #8E8E8E. Windows color (decimal): -6910838 or 9079958. OLE color: 9079958.

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

Color convert

RGB 150 140 138 -
CMYK 0 0.07 0.08 0.41
HSL 10º 0.05% 0.56% -
HSV(B) 10º 0.08% 0.59% -
XYZ 26.54 27.08 27.87 -
YUV 142.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 150 140 138 0 0.07 0.08 0.41 10 0.05 0.56
Hex 96 8C 8A 0 7 8 29 A 5 38
Octal 226 214 212 0 7 10 51 12 5 70
Binary 10010110 10001100 10001010 0 111 1000 101001 1010 101 111000

Color Harmonies of #968C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C8A

Black with #968C8A

Text Example


Text Example

White with #968C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968C8A; }

 p { color: rgb(150,140,138); }

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

background-color css

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

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

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

border-color css

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

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

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