Html Css Color HEX #968C8B Suva Grey

📋 copy color: '#968C8B'

red 150 ◦ green 140 ◦ blue 139

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

Shades of Suva Grey #968C8B

Tints of Suva Grey #968C8B

RGB

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

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

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

R = 34.97%
G = 32.63%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#968C8B (or 0x968C8B) is known color: Suva Grey. HEX triplet: 96, 8C and 8B. RGB value is (150,140,139). Sum of RGB (Red+Green+Blue) = 150+140+139=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #968C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C8B is #697374. Grayscale: #8E8E8E. Windows color (decimal): -6910837 or 9145494. OLE color: 9145494.

HSL color Cylindrical-coordinate representation of color #968C8B: hue angle of 5.45º 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 #968C8B is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 139 -
CMYK 0 0.07 0.07 0.41
HSL 5.45º 0.05% 0.57% -
HSV(B) 5.45º 0.07% 0.59% -
XYZ 26.62 27.1 28.25 -
YUV 142.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 150 140 139 0 0.07 0.07 0.41 5.45 0.05 0.57
Hex 96 8C 8B 0 7 7 29 5 5 39
Octal 226 214 213 0 7 7 51 5 5 71
Binary 10010110 10001100 10001011 0 111 111 101001 101 101 111001

Color Harmonies of #968C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C8B

Black with #968C8B

Text Example


Text Example

White with #968C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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