Html Css Color HEX #93978C Delta

📋 copy color: '#93978C'

red 147 ◦ green 151 ◦ blue 140

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

Shades of Delta #93978C

Tints of Delta #93978C

RGB

 RED value IS 147 (57.81% from 255) = 33.56%

 GREEN value IS 151 (59.38% from 255) = 34.47%

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 33.56%
G = 34.47%
B = 31.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#93978C (or 0x93978C) is known color: Delta. HEX triplet: 93, 97 and 8C. RGB value is (147,151,140). Sum of RGB (Red+Green+Blue) = 147+151+140=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 151 - color contains mainly: green. Hex color #93978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93978C is #6C6873. Grayscale: #949494. Windows color (decimal): -7104628 or 9213843. OLE color: 9213843.

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

Color convert

RGB 147 151 140 -
CMYK 0.03 0 0.07 0.41
HSL 81.82º 0.05% 0.57% -
HSV(B) 81.82º 0.07% 0.59% -
XYZ 27.83 30.23 29.18 -
YUV 148.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 147 151 140 0.03 0 0.07 0.41 81.82 0.05 0.57
Hex 93 97 8C 3 0 7 29 52 5 39
Octal 223 227 214 3 0 7 51 122 5 71
Binary 10010011 10010111 10001100 11 0 111 101001 1010010 101 111001

Color Harmonies of #93978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93978C

Black with #93978C

Text Example


Text Example

White with #93978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93978C; }

 p { color: rgb(147,151,140); }

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

background-color css

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

 a { background-color: rgb(147,151,140); }

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

border-color css

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

 span { border-color: rgb(147,151,140); }

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