Html Css Color HEX #969C87 Delta

📋 copy color: '#969C87'

red 150 ◦ green 156 ◦ blue 135

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

Shades of Delta #969C87

Tints of Delta #969C87

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 135 (53.13% from 255) = 30.61%

R = 34.01%
G = 35.37%
B = 30.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#969C87 (or 0x969C87) is known color: Delta. HEX triplet: 96, 9C and 87. RGB value is (150,156,135). Sum of RGB (Red+Green+Blue) = 150+156+135=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #969C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C87 is #696378. Grayscale: #979797. Windows color (decimal): -6906745 or 8887446. OLE color: 8887446.

HSL color Cylindrical-coordinate representation of color #969C87: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969C87 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 156 135 -
CMYK 0.04 0 0.13 0.39
HSL 77.14º 0.1% 0.57% -
HSV(B) 77.14º 0.13% 0.61% -
XYZ 28.84 32.01 27.58 -
YUV 151.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 150 156 135 0.04 0 0.13 0.39 77.14 0.1 0.57
Hex 96 9C 87 4 0 D 27 4D A 39
Octal 226 234 207 4 0 15 47 115 12 71
Binary 10010110 10011100 10000111 100 0 1101 100111 1001101 1010 111001

Color Harmonies of #969C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C87

Black with #969C87

Text Example


Text Example

White with #969C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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